Information about plays

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

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

{
    "id": 3413934,
    "uri": "https://api.kexp.org/v2/plays/3413934/?format=api",
    "airdate": "2024-10-17T14:56:28-07:00",
    "show": 61600,
    "show_uri": "https://api.kexp.org/v2/shows/61600/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In Good Hands",
    "track_id": null,
    "recording_id": "827ef214-e889-4a04-a363-408bdc4bdb83",
    "artist": "Navy Blue & Ka",
    "artist_ids": [
        "304c731f-ea4f-407c-b4fc-65131b1b2b37",
        "e7d4f00b-2938-4049-aa44-e69a59a7b3da"
    ],
    "album": "Àdá Irin",
    "release_id": null,
    "release_group_id": "be6998b3-90b5-43c1-a937-84ecf7c2a23b",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-02-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}