Information about plays

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

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

{
    "id": 478912,
    "uri": "https://api.kexp.org/v2/plays/478912/?format=api",
    "airdate": "2001-10-22T03:45: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/51GeXAoNjEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GeXAoNjEL._SL75_.jpg",
    "song": "Jinx",
    "track_id": "b5e5013b-dc2a-4028-908b-d61a81d6b265",
    "recording_id": null,
    "artist": "Tad",
    "artist_ids": [
        "867d3fb7-9cd1-47a4-a8f0-de29cdca2004"
    ],
    "album": "8-Way Santa",
    "release_id": "ee6bfa3c-6673-44ee-878e-cb6805765b58",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1991-01-30",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}