Information about plays

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

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

{
    "id": 485676,
    "uri": "https://api.kexp.org/v2/plays/485676/?format=api",
    "airdate": "2001-11-11T22:27:16-08:00",
    "show": 8307,
    "show_uri": "https://api.kexp.org/v2/shows/8307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Song for My Father 2",
    "track_id": "9f3d99d7-8ba4-4b17-81c8-6d8a47d55051",
    "recording_id": null,
    "artist": "Ran Blake",
    "artist_ids": [
        "48593b38-7d9f-4a45-af82-60906c712cbf"
    ],
    "album": "Horace Is Blue: A Silver Noir",
    "release_id": "411d2368-6a06-48e3-b3b7-cd52f64b796a",
    "release_group_id": null,
    "labels": [
        "hatOLOGY"
    ],
    "label_ids": [
        "156c9783-4159-4ed5-9121-bb4a6d260dc6"
    ],
    "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"
}