Information about plays

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

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

{
    "id": 478782,
    "uri": "https://api.kexp.org/v2/plays/478782/?format=api",
    "airdate": "2001-10-21T18:30:00-07:00",
    "show": 8169,
    "show_uri": "https://api.kexp.org/v2/shows/8169/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bring the Beat Back",
    "track_id": "8fa01ffd-13e6-4684-b5af-f77513ae7d67",
    "recording_id": null,
    "artist": "Steady B",
    "artist_ids": [
        "ff14835d-7aeb-4d9e-b15c-88c89372e49e"
    ],
    "album": "Word 2 (The Word Is Rap)",
    "release_id": "f77a759c-0714-4eb6-93e8-0323625f70b1",
    "release_group_id": null,
    "labels": [
        "Jive"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}