Information about plays

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

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

{
    "id": 3428770,
    "uri": "https://api.kexp.org/v2/plays/3428770/?format=api",
    "airdate": "2024-11-22T18:06:28-08:00",
    "show": 61919,
    "show_uri": "https://api.kexp.org/v2/shows/61919/?format=api",
    "image_uri": "https://ia904500.us.archive.org/22/items/mbid-a819d666-6c2f-43fb-a38a-5d744e24dfed/mbid-a819d666-6c2f-43fb-a38a-5d744e24dfed-29280814771_thumb500.jpg",
    "thumbnail_uri": "https://ia904500.us.archive.org/22/items/mbid-a819d666-6c2f-43fb-a38a-5d744e24dfed/mbid-a819d666-6c2f-43fb-a38a-5d744e24dfed-29280814771_thumb250.jpg",
    "song": "Institutionalized",
    "track_id": "e452dfe0-3a9a-3824-a6c9-6969db0baff8",
    "recording_id": "3d53a8d4-a15e-4720-8b5b-38310a6324cf",
    "artist": "Suicidal Tendencies",
    "artist_ids": [
        "e9e2a634-984f-4c10-bf7b-7970179e1ef1"
    ],
    "album": "Repo Man",
    "release_id": "a819d666-6c2f-43fb-a38a-5d744e24dfed",
    "release_group_id": "e02530fb-93ff-395f-85e0-0fa0d1f4e919",
    "labels": [
        "San Andreas Records"
    ],
    "label_ids": [
        "5886616f-e655-4688-a1e8-a02f9656f664"
    ],
    "release_date": "1984-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"All I want is a Pepsi...\"\n--\nThe video for this song premiered in 1984 - one of the first by a hardcore band to get significant airplay on MTV - https://youtu.be/LoF_a0-7xVQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}