Information about plays

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

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

{
    "id": 513796,
    "uri": "https://api.kexp.org/v2/plays/513796/?format=api",
    "airdate": "2002-02-03T11:16:00-08:00",
    "show": 8858,
    "show_uri": "https://api.kexp.org/v2/shows/8858/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock Island Line",
    "track_id": "03651187-788d-4c0f-8b21-5a44acb1ff8e",
    "recording_id": null,
    "artist": "Rory Block",
    "artist_ids": [
        "1e9aa4bd-9689-4535-9665-7f661d63d1c8"
    ],
    "album": "I'm Every Woman",
    "release_id": "a2bf47a7-15fd-45a4-852b-36b6a67ac1f3",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "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"
}