Information about plays

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

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

{
    "id": 480962,
    "uri": "https://api.kexp.org/v2/plays/480962/?format=api",
    "airdate": "2001-10-28T01:53:20-08:00",
    "show": 8211,
    "show_uri": "https://api.kexp.org/v2/shows/8211/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FkFh%2BnDcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FkFh%2BnDcL._SL75_.jpg",
    "song": "The Killarney Wonder Schottisches: Gurren Castle and The Finnea Lasses / The Long Note",
    "track_id": "1c0abc8e-0513-4bb6-bda2-b3df3419b242",
    "recording_id": null,
    "artist": "Kevin Burke",
    "artist_ids": [
        "27f804b3-6925-4c8f-b24e-9e642da63c65"
    ],
    "album": "Sweeney's Dream",
    "release_id": "52cc7056-59e6-49a7-8d1e-bcdd95faaa68",
    "release_group_id": null,
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "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"
}