Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/504161/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 504161,
    "uri": "https://api.kexp.org/v2/plays/504161/?format=api",
    "airdate": "2002-01-06T03:18:00-08:00",
    "show": 8668,
    "show_uri": "https://api.kexp.org/v2/shows/8668/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love/Sex",
    "track_id": "61649921-7fd2-4464-be25-49b899f6472c",
    "recording_id": null,
    "artist": "Dumb Type",
    "artist_ids": [
        "2cd2b68e-531d-4199-9e6c-9dd517d84893"
    ],
    "album": "S/N",
    "release_id": "690fb76c-dc0a-4cad-9c80-6599a69c7de2",
    "release_group_id": null,
    "labels": [
        "Les Disques du Soleil et de l'Acier"
    ],
    "label_ids": [
        "2f4f7cb8-1492-4f7f-9564-d57db70cddb8"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}