Information about plays

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

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

{
    "id": 501114,
    "uri": "https://api.kexp.org/v2/plays/501114/?format=api",
    "airdate": "2001-12-27T21:21:00-08:00",
    "show": 8605,
    "show_uri": "https://api.kexp.org/v2/shows/8605/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deepest Laws",
    "track_id": "bf8843b3-0625-4817-b2d6-7f60ab39ce88",
    "recording_id": null,
    "artist": "Rome",
    "artist_ids": [
        "324adf56-2be4-40b2-ac2e-54bde167a2e3"
    ],
    "album": "Rome",
    "release_id": "1bb922ec-73b1-4c7c-8173-541e5a9fbff0",
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}