Information about plays

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

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

{
    "id": 417265,
    "uri": "https://api.kexp.org/v2/plays/417265/?format=api",
    "airdate": "2001-04-22T21:21:25-07:00",
    "show": 6966,
    "show_uri": "https://api.kexp.org/v2/shows/6966/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "786 Lockdown",
    "track_id": "4f0fe56b-15b5-4176-a73d-1dbcaffa3bf6",
    "recording_id": null,
    "artist": "Ray Keith",
    "artist_ids": [
        "b6cce5c4-fd73-4984-84fa-2d633ae96400"
    ],
    "album": "Ray Keith EP (disc 2)",
    "release_id": "b069f9ad-994c-4e71-ba71-b24ca3f5de3b",
    "release_group_id": null,
    "labels": [
        "V Recordings"
    ],
    "label_ids": [
        "6d44386b-dc7c-4bba-966b-52fe641ad4d0"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}