Information about plays

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

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

{
    "id": 3437315,
    "uri": "https://api.kexp.org/v2/plays/3437315/?format=api",
    "airdate": "2024-12-12T21:32:12-08:00",
    "show": 62092,
    "show_uri": "https://api.kexp.org/v2/shows/62092/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deadstream (Rostam Version)",
    "track_id": null,
    "recording_id": "55e3ceac-a118-49ff-a924-9a630a81b538",
    "artist": "Jim‐E Stack feat. Charli XCX",
    "artist_ids": [
        "539b1c6c-4414-4b6a-8b3e-1e114fc00b30",
        "260b6184-8828-48eb-945c-bc4cb6fc34ca"
    ],
    "album": "It's Jim-ee",
    "release_id": null,
    "release_group_id": "b7c398e9-329a-4315-9b42-65861dc94fb4",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-08-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Deadstream is a track by artist Jim-E. This version is Rostam's interpretation of the song, where he took the Deadstream beats and flipped it. This version also includes Rostam's and Charli XCX's vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}