Information about plays

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

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

{
    "id": 3417962,
    "uri": "https://api.kexp.org/v2/plays/3417962/?format=api",
    "airdate": "2024-10-27T14:10:09-07:00",
    "show": 61688,
    "show_uri": "https://api.kexp.org/v2/shows/61688/?format=api",
    "image_uri": "https://coverartarchive.org/release/e57b96b8-0fd9-4b44-9ea9-f9641b00ba9f/2573807148-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e57b96b8-0fd9-4b44-9ea9-f9641b00ba9f/2573807148-250.jpg",
    "song": "A Nightmare on My Street",
    "track_id": null,
    "recording_id": "3b1529f3-7fdd-498b-914c-de4a48a456fb",
    "artist": "DJ Jazzy Jeff & the Fresh Prince",
    "artist_ids": [
        "a663d7d0-754b-40e2-9ea3-3c6c39fd5937"
    ],
    "album": "He’s the DJ, I’m the Rapper",
    "release_id": null,
    "release_group_id": "8a3896a0-9e1e-3d99-a489-6faee6219ee9",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1988-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request from Edwin!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}