Information about plays

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

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

{
    "id": 1375951,
    "uri": "https://api.kexp.org/v2/plays/1375951/?format=api",
    "airdate": "2008-05-19T08:47:34-07:00",
    "show": 24017,
    "show_uri": "https://api.kexp.org/v2/shows/24017/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Call It a Ritual",
    "track_id": "3375a26a-1611-41b7-9252-a5b70b8f3441",
    "recording_id": null,
    "artist": "Wolf Parade",
    "artist_ids": [
        "b7ddce8b-9e5c-46bd-9d33-41b134ce1a7f"
    ],
    "album": "Terminal Sales, Volume 3: Happy Birthday to Me!",
    "release_id": "6264343c-c0bb-4351-9ff3-306c92e10359",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2008-04-19",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}