Information about plays

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

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

{
    "id": 3416910,
    "uri": "https://api.kexp.org/v2/plays/3416910/?format=api",
    "airdate": "2024-10-25T00:28:01-07:00",
    "show": 61664,
    "show_uri": "https://api.kexp.org/v2/shows/61664/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Jam",
    "track_id": null,
    "recording_id": "04b3927f-3ced-4e3f-97d1-954506e506c1",
    "artist": "Graham Central Station",
    "artist_ids": [
        "e11c5e9a-8b3a-44c2-9a71-b7a00b5fb8d5"
    ],
    "album": "007 & Private Investigators",
    "release_id": null,
    "release_group_id": "f23b9e5f-2a9b-4bb9-93d7-0eeb8fcb1b8f",
    "labels": [
        "X5 Music Group"
    ],
    "label_ids": [
        "29d4c4a9-3e05-4d57-9cd1-a7af0556bbd0"
    ],
    "release_date": "2017-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}