Information about plays

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

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

{
    "id": 353789,
    "uri": "https://api.kexp.org/v2/plays/353789/?format=api",
    "airdate": "2019-07-13T06:17:00-07:00",
    "show": 5893,
    "show_uri": "https://api.kexp.org/v2/shows/5893/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Board Up the House",
    "track_id": "4dde9ab2-26f7-3d8b-9012-176d052c61ab",
    "recording_id": null,
    "artist": "Genghis Tron",
    "artist_ids": [
        "42d79b6b-2cfe-43f4-b5d9-239503074153"
    ],
    "album": "Board Up the House",
    "release_id": "d08330be-7e1b-4cc1-b9b9-a1662c0ad62f",
    "release_group_id": null,
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2008-02-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}