Information about plays

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

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

{
    "id": 478575,
    "uri": "https://api.kexp.org/v2/plays/478575/?format=api",
    "airdate": "2001-10-21T01:21:10-07:00",
    "show": 8164,
    "show_uri": "https://api.kexp.org/v2/shows/8164/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61gyjXIievL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61gyjXIievL._SL75_.jpg",
    "song": "A Boy Named Sue",
    "track_id": "83069e15-b8bf-4049-90c0-6663eac4d030",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "Crazy Country",
    "release_id": "ea4c7927-ef44-48d2-9476-d2aed7dbc531",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "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"
}