Information about plays

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

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

{
    "id": 1196675,
    "uri": "https://api.kexp.org/v2/plays/1196675/?format=api",
    "airdate": "2007-02-14T04:59:39-08:00",
    "show": 20976,
    "show_uri": "https://api.kexp.org/v2/shows/20976/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Letter From A Concerned Follower[Radio Session]",
    "track_id": null,
    "recording_id": null,
    "artist": "Pedro the Lion",
    "artist_ids": [
        "2f360fd9-6440-4896-9f45-8156e8b0b204"
    ],
    "album": "Progress[EP]",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}