Information about plays

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

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

{
    "id": 415020,
    "uri": "https://api.kexp.org/v2/plays/415020/?format=api",
    "airdate": "2001-04-13T14:00:00-07:00",
    "show": 6922,
    "show_uri": "https://api.kexp.org/v2/shows/6922/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DEHRD1HTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DEHRD1HTL._SL75_.jpg",
    "song": "Superdome",
    "track_id": "f552547b-11e1-4c77-9dc0-234b46861e61",
    "recording_id": null,
    "artist": "Sumack",
    "artist_ids": [
        "5d4d5ff6-bb94-4686-bcd1-a399b856727a"
    ],
    "album": "Now Hear This",
    "release_id": "e25cc041-3e37-4163-95e0-66a76138d1ac",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "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"
}