Information about plays

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

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

{
    "id": 1277906,
    "uri": "https://api.kexp.org/v2/plays/1277906/?format=api",
    "airdate": "2007-09-11T11:53:17-07:00",
    "show": 22366,
    "show_uri": "https://api.kexp.org/v2/shows/22366/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "And Keep Us Safe 'til Morning",
    "track_id": "d17c36fa-84af-47f1-a5a4-8ab26d6c2067",
    "recording_id": null,
    "artist": "Post Harbor",
    "artist_ids": [
        "02c804c7-0c4a-4e9f-bb32-25656d081755"
    ],
    "album": "Praenumbra",
    "release_id": "2b48efca-aadb-40c7-a0a8-cb59a76b105d",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}