Information about plays

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

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

{
    "id": 510517,
    "uri": "https://api.kexp.org/v2/plays/510517/?format=api",
    "airdate": "2002-01-24T20:14:00-08:00",
    "show": 8793,
    "show_uri": "https://api.kexp.org/v2/shows/8793/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31LPWyzaQnL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31LPWyzaQnL._SL75_.jpg",
    "song": "Each Night at Nine",
    "track_id": "d017efaf-803e-4bbf-8e92-5925a8818ceb",
    "recording_id": null,
    "artist": "Floyd Tillman",
    "artist_ids": [
        "99eeb0bb-0591-4254-90db-bd62ee7e20fc"
    ],
    "album": "The Country Music Hall of Fame Series",
    "release_id": "bed0f5e9-d30f-4ff0-95c4-5a693c6a432e",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "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"
}