Information about plays

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

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

{
    "id": 3438066,
    "uri": "https://api.kexp.org/v2/plays/3438066/?format=api",
    "airdate": "2024-12-14T16:54:02-08:00",
    "show": 62110,
    "show_uri": "https://api.kexp.org/v2/shows/62110/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "STAB MY BACK",
    "track_id": "a09b7396-e30d-433e-8210-116331892ec0",
    "recording_id": "5b276937-d094-4e03-aea3-ae37084b6b4e",
    "artist": "instant crush",
    "artist_ids": [
        "ff590bb5-c4a1-40e2-8310-28b5ffb6a919"
    ],
    "album": "I’M SORRY I DIDN’T BITE MY TONGUE",
    "release_id": "2e532cb2-0315-42fc-8f6a-ee5ed67f118d",
    "release_group_id": "df98472e-4792-4fac-8b4e-410e9a6024e0",
    "labels": [
        "Share It Music"
    ],
    "label_ids": [
        "019f6f42-4804-4cd4-bdc5-9388c416c7c4"
    ],
    "release_date": "2024-10-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}