Information about plays

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

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

{
    "id": 3428474,
    "uri": "https://api.kexp.org/v2/plays/3428474/?format=api",
    "airdate": "2024-11-22T01:38:20-08:00",
    "show": 61912,
    "show_uri": "https://api.kexp.org/v2/shows/61912/?format=api",
    "image_uri": "https://ia904505.us.archive.org/15/items/mbid-59daefb5-12e5-48c6-b3a8-eead1255fc3d/mbid-59daefb5-12e5-48c6-b3a8-eead1255fc3d-8795690928_thumb500.jpg",
    "thumbnail_uri": "https://ia904505.us.archive.org/15/items/mbid-59daefb5-12e5-48c6-b3a8-eead1255fc3d/mbid-59daefb5-12e5-48c6-b3a8-eead1255fc3d-8795690928_thumb250.jpg",
    "song": "The Heat",
    "track_id": "3aeb0e30-f2f0-444f-a0b3-eef4115d9736",
    "recording_id": "c9302e47-3c86-464e-a1ae-03e90c43d1e0",
    "artist": "Jungle",
    "artist_ids": [
        "6bbb3983-ce8a-4971-96e0-7cae73268fc4"
    ],
    "album": "Jungle",
    "release_id": "59daefb5-12e5-48c6-b3a8-eead1255fc3d",
    "release_group_id": "3c5834e7-75c5-46e6-be32-71e4909023f8",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2014-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Maria!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}