Information about plays

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

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

{
    "id": 3413930,
    "uri": "https://api.kexp.org/v2/plays/3413930/?format=api",
    "airdate": "2024-10-17T14:20:22-07:00",
    "show": 61600,
    "show_uri": "https://api.kexp.org/v2/shows/61600/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Don’t Want to Leave You, I Just Came to Say Good-Bye",
    "track_id": null,
    "recording_id": "6ebda482-d3ea-4484-ab06-3adbbbdc335d",
    "artist": "Shawn Phillips",
    "artist_ids": [
        "a8e1ce2e-8b10-4bc3-b212-fa3f21a1f053"
    ],
    "album": "Spaced",
    "release_id": null,
    "release_group_id": "9f89a06e-f7aa-31bb-a09f-9aca4452e92b",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}