Information about plays

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

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

{
    "id": 3413155,
    "uri": "https://api.kexp.org/v2/plays/3413155/?format=api",
    "airdate": "2024-10-15T23:38:56-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Better Things",
    "track_id": null,
    "recording_id": null,
    "artist": "Sharon Jones and the Dap‐Kings",
    "artist_ids": [
        "8d50cd20-34f2-4abe-ba16-0759ee0fb9f5"
    ],
    "album": "Miss Sharon Jones! (Original Motion Picture Soundtrack)",
    "release_id": null,
    "release_group_id": "e2e4e190-550e-491c-8c61-0bfe30fa865c",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2016-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See Sharon play the Grand Opening of the current KEXP studios here. https://www.youtube.com/watch?v=y5eVHCQ4ogQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}