Information about plays

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

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

{
    "id": 1390880,
    "uri": "https://api.kexp.org/v2/plays/1390880/?format=api",
    "airdate": "2008-06-27T20:33:56-07:00",
    "show": 24274,
    "show_uri": "https://api.kexp.org/v2/shows/24274/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4194QNVYEYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4194QNVYEYL._SL75_.jpg",
    "song": "4-11-44",
    "track_id": "0beb56ea-a6a6-443b-ad86-b8e9d722d839",
    "recording_id": null,
    "artist": "The Blasters",
    "artist_ids": [
        "ce0a5b20-7485-4074-85c8-bdb6a3668d12"
    ],
    "album": "4-11-44",
    "release_id": "77f3a7a7-dd33-4411-a4e2-b84114fd292b",
    "release_group_id": null,
    "labels": [
        "Rainman Records"
    ],
    "label_ids": [
        "36a78117-a51b-4263-91b7-c617a811619d"
    ],
    "release_date": "2005-08-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}