Information about plays

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

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

{
    "id": 2681658,
    "uri": "https://api.kexp.org/v2/plays/2681658/?format=api",
    "airdate": "2020-01-03T15:31:49-08:00",
    "show": 46284,
    "show_uri": "https://api.kexp.org/v2/shows/46284/?format=api",
    "image_uri": "https://coverartarchive.org/release/63ba5add-9d2c-4e13-9684-62be576df8f2/12588443538-250.jpg",
    "thumbnail_uri": "",
    "song": "The Wheel",
    "track_id": "46ac9ce0-ff61-401a-8977-cf5e030885b0",
    "recording_id": null,
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "The Hope Six Demolition Project",
    "release_id": "63ba5add-9d2c-4e13-9684-62be576df8f2",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "71f33816-b284-4926-bd99-f6b7a83fb172"
    ],
    "release_date": "2016-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}