Information about plays

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

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

{
    "id": 3422118,
    "uri": "https://api.kexp.org/v2/plays/3422118/?format=api",
    "airdate": "2024-11-06T14:06:22-08:00",
    "show": 61780,
    "show_uri": "https://api.kexp.org/v2/shows/61780/?format=api",
    "image_uri": "https://ia601800.us.archive.org/16/items/mbid-3e75a147-f34d-49c5-8863-86e585842932/mbid-3e75a147-f34d-49c5-8863-86e585842932-28858265009_thumb500.jpg",
    "thumbnail_uri": "https://ia601800.us.archive.org/16/items/mbid-3e75a147-f34d-49c5-8863-86e585842932/mbid-3e75a147-f34d-49c5-8863-86e585842932-28858265009_thumb250.jpg",
    "song": "Keep Moving",
    "track_id": "0995021c-509d-4419-af4b-bdf7a403405b",
    "recording_id": "88ebaab9-808e-4246-9c33-e29dba0319ab",
    "artist": "Jungle",
    "artist_ids": [
        "6bbb3983-ce8a-4971-96e0-7cae73268fc4"
    ],
    "album": "Loving in Stereo",
    "release_id": "3e75a147-f34d-49c5-8863-86e585842932",
    "release_group_id": "7cb74cf3-7e87-4822-835a-2d2bbdf7f558",
    "labels": [
        "Caiola Records"
    ],
    "label_ids": [
        "32dc4101-1ddf-4c46-bd82-eee0e1179eb7"
    ],
    "release_date": "2021-08-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch a live performance by Jungle in the KEXP studio in 2021: https://www.youtube.com/watch?v=Qu5RuOIUlhw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}