Information about plays

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

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

{
    "id": 3411000,
    "uri": "https://api.kexp.org/v2/plays/3411000/?format=api",
    "airdate": "2024-10-10T18:47:32-07:00",
    "show": 61539,
    "show_uri": "https://api.kexp.org/v2/shows/61539/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Down by the Water",
    "track_id": "53588cef-d1bc-3f9b-b739-43c98d0d8564",
    "recording_id": "daab3238-cdcd-438c-b6bf-30e0357242de",
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "Down by the Water",
    "release_id": "23b80522-2108-45aa-a735-95f2a65b43fc",
    "release_group_id": "ccc9ed44-627c-38c7-ae3c-1264a4b55423",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1995-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By Request! \n\nPJ Harvey will perform at The Masonic in San Francisco on October 10th - Holy Crap, that's tonight! - and tomorrow, October 11th!\n\n\"Down by the Water\" comes from Harvey's third album, released in 1995.\n\nhttps://pjharvey.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}