Information about plays

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

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

{
    "id": 1274169,
    "uri": "https://api.kexp.org/v2/plays/1274169/?format=api",
    "airdate": "2007-09-01T22:15:00-07:00",
    "show": 22302,
    "show_uri": "https://api.kexp.org/v2/shows/22302/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I got a Right",
    "track_id": null,
    "recording_id": null,
    "artist": "Iggy & The Stooges",
    "artist_ids": [
        "1253e5e9-eaa7-4ce6-81b8-09725e8cee43"
    ],
    "album": "The Classic 'Raw Power' Outtakes",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "BOMP Records"
    ],
    "label_ids": [
        "43468682-b489-4e05-841e-f5a6edd9b5d3"
    ],
    "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"
}