Information about plays

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

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

{
    "id": 478924,
    "uri": "https://api.kexp.org/v2/plays/478924/?format=api",
    "airdate": "2001-10-22T04:48:00-07:00",
    "show": 8172,
    "show_uri": "https://api.kexp.org/v2/shows/8172/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31F1M2AZG6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31F1M2AZG6L._SL75_.jpg",
    "song": "Touchin' on Something",
    "track_id": "b2627484-2b13-4a7d-bf22-283cc03ba1b9",
    "recording_id": null,
    "artist": "Q-Burns Abstract Message",
    "artist_ids": [
        "1d84fec4-c4c9-42cd-afd3-fc24301cd528"
    ],
    "album": "Œuvre",
    "release_id": "58a27fdb-527a-4807-bd53-3694f9f5c499",
    "release_group_id": null,
    "labels": [
        "Mephisto"
    ],
    "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"
}