Information about plays

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

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

{
    "id": 3422244,
    "uri": "https://api.kexp.org/v2/plays/3422244/?format=api",
    "airdate": "2024-11-06T22:10:05-08:00",
    "show": 61783,
    "show_uri": "https://api.kexp.org/v2/shows/61783/?format=api",
    "image_uri": "https://coverartarchive.org/release/41ec6d32-57ca-4e67-803a-2260f957888e/4411204473-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/41ec6d32-57ca-4e67-803a-2260f957888e/4411204473-250.jpg",
    "song": "Three Little Birds",
    "track_id": null,
    "recording_id": "d3002ee9-4900-47af-acc6-c018a6892641",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Exodus",
    "release_id": null,
    "release_group_id": "c5650313-60f3-34d3-92e4-300545133792",
    "labels": [
        "Tuff Gong"
    ],
    "label_ids": [
        "be14aa98-403a-4337-8a1e-d104b90d4f3c"
    ],
    "release_date": "1977-06-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}