Information about plays

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

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

{
    "id": 3438474,
    "uri": "https://api.kexp.org/v2/plays/3438474/?format=api",
    "airdate": "2024-12-15T16:30:55-08:00",
    "show": 62118,
    "show_uri": "https://api.kexp.org/v2/shows/62118/?format=api",
    "image_uri": "https://ia800500.us.archive.org/28/items/mbid-58ca0345-c929-4a51-8048-83169f9cd2e5/mbid-58ca0345-c929-4a51-8048-83169f9cd2e5-37264920526_thumb500.jpg",
    "thumbnail_uri": "https://ia800500.us.archive.org/28/items/mbid-58ca0345-c929-4a51-8048-83169f9cd2e5/mbid-58ca0345-c929-4a51-8048-83169f9cd2e5-37264920526_thumb250.jpg",
    "song": "Ballad of Sarah Connor Pt. 2",
    "track_id": "c70c7ba1-5649-467d-80c7-21a6ff9eb2b2",
    "recording_id": "ffa544fa-dda4-4888-b71f-517b43595f37",
    "artist": "mega cat",
    "artist_ids": [
        "0f1aa02b-e677-4421-abfa-c5fd005de9d5"
    ],
    "album": "Mega Cat",
    "release_id": "58ca0345-c929-4a51-8048-83169f9cd2e5",
    "release_group_id": "d55074e7-9b07-4ab9-8d49-ad2c067660e1",
    "labels": [
        "Share It Music"
    ],
    "label_ids": [
        "019f6f42-4804-4cd4-bdc5-9388c416c7c4"
    ],
    "release_date": "2024-02-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Some of the best of 2024!\n\nmega cat performed Live on KEXP, hosted by DJ Kevin Cole in April. Check it out here: https://youtu.be/WvolCnq3RA4?si=KskExGYFNeinsK-s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}