Information about plays

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

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

{
    "id": 3421644,
    "uri": "https://api.kexp.org/v2/plays/3421644/?format=api",
    "airdate": "2024-11-05T07:57:10-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "https://coverartarchive.org/release/275a9c54-8862-46dd-bcd3-1658a39c310b/31543211403-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/275a9c54-8862-46dd-bcd3-1658a39c310b/31543211403-250.jpg",
    "song": "Somebody to Love",
    "track_id": null,
    "recording_id": "b7cce7d3-4cec-4f3d-99cc-74932f750d7f",
    "artist": "Queen + George Michael",
    "artist_ids": [
        "0383dadf-2a4e-4d10-a46a-e9e041da8eb3",
        "ccb8f30e-4d71-40c4-8b1d-846dafe73e2c"
    ],
    "album": "The Freddie Mercury Tribute Concert",
    "release_id": null,
    "release_group_id": "a29bc8d9-9b3e-3a13-98c9-257dd4020eb0",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1992-11-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}