Information about plays

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

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

{
    "id": 3422169,
    "uri": "https://api.kexp.org/v2/plays/3422169/?format=api",
    "airdate": "2024-11-06T17:22:40-08:00",
    "show": 61781,
    "show_uri": "https://api.kexp.org/v2/shows/61781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sleep Now in the Fire",
    "track_id": null,
    "recording_id": "cc48214b-15fa-4a9f-b916-36ab16f6cbe3",
    "artist": "Brass Against",
    "artist_ids": [
        "80792351-8417-4e77-ab2c-8708b07cb45a"
    ],
    "album": "Brass Against",
    "release_id": null,
    "release_group_id": "3af3c794-a44e-44a9-81fc-563fba3f333d",
    "labels": [
        "Footnote Records"
    ],
    "label_ids": [
        "19e6830a-8c9d-422e-9b1e-f505df923b20"
    ],
    "release_date": "2018-08-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A cover of the Rage Against the Machine classic.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}