Information about plays

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

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

{
    "id": 433449,
    "uri": "https://api.kexp.org/v2/plays/433449/?format=api",
    "airdate": "2001-06-11T05:10:00-07:00",
    "show": 7293,
    "show_uri": "https://api.kexp.org/v2/shows/7293/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61xTxmVIYoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61xTxmVIYoL._SL75_.jpg",
    "song": "Nitro",
    "track_id": "2242206d-8938-4a68-83d7-3da54c1e128a",
    "recording_id": null,
    "artist": "LL Cool J",
    "artist_ids": [
        "a4dd0e77-83b8-4e92-89b7-effb0e47fd8c"
    ],
    "album": "Walking With a Panther",
    "release_id": "de99bc60-666e-44cb-9b66-343263c61ea7",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}