Information about plays

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

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

{
    "id": 3416948,
    "uri": "https://api.kexp.org/v2/plays/3416948/?format=api",
    "airdate": "2024-10-25T02:36:01-07:00",
    "show": 61665,
    "show_uri": "https://api.kexp.org/v2/shows/61665/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Night Creeper",
    "track_id": null,
    "recording_id": "5d8605f2-8b25-4eac-809b-79723459270d",
    "artist": "Uncle Acid",
    "artist_ids": [
        "e5edd3b8-2a81-42c4-93a4-c19a10713295"
    ],
    "album": "The Night Creeper",
    "release_id": null,
    "release_group_id": "bba89ba7-bc7d-44e7-bbed-a43e8641b186",
    "labels": [
        "Rise Above Records"
    ],
    "label_ids": [
        "31a780d3-8a28-43a3-ae05-89ec1f202721"
    ],
    "release_date": "2015-09-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}