Information about plays

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

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

{
    "id": 453540,
    "uri": "https://api.kexp.org/v2/plays/453540/?format=api",
    "airdate": "2001-08-08T15:56:15-07:00",
    "show": 7674,
    "show_uri": "https://api.kexp.org/v2/shows/7674/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519nR5dT%2BZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519nR5dT%2BZL._SL75_.jpg",
    "song": "(I've Got) Dreams to Remember",
    "track_id": "b37ef5d1-632c-4efc-88ea-74adb7c942b5",
    "recording_id": null,
    "artist": "Toots & The Maytals",
    "artist_ids": [
        "29730ee3-e1c7-4e28-9ccd-3a0e6b0e8103"
    ],
    "album": "The Very Best of Toots & The Maytals",
    "release_id": "cb45e683-0f02-40ef-aac4-ffec08817790",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}