Information about plays

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

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

{
    "id": 424062,
    "uri": "https://api.kexp.org/v2/plays/424062/?format=api",
    "airdate": "2001-05-13T16:48:00-07:00",
    "show": 7111,
    "show_uri": "https://api.kexp.org/v2/shows/7111/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Propulsion",
    "track_id": "de55cd42-7f43-4f8f-bab6-a377be0cea18",
    "recording_id": null,
    "artist": "Howe Gelb",
    "artist_ids": [
        "9896989a-cfdb-4ec9-8bd5-4dbd33982cef"
    ],
    "album": "Hisser",
    "release_id": "d4e4fe07-e4bc-4d84-a69f-65426863e427",
    "release_group_id": null,
    "labels": [
        "Ow om"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}