Information about plays

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

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

{
    "id": 3428471,
    "uri": "https://api.kexp.org/v2/plays/3428471/?format=api",
    "airdate": "2024-11-22T01:23:23-08:00",
    "show": 61912,
    "show_uri": "https://api.kexp.org/v2/shows/61912/?format=api",
    "image_uri": "https://ia903409.us.archive.org/21/items/mbid-e6f60da3-1d37-4aba-a309-6e65b84ffe66/mbid-e6f60da3-1d37-4aba-a309-6e65b84ffe66-8320212451_thumb500.jpg",
    "thumbnail_uri": "https://ia903409.us.archive.org/21/items/mbid-e6f60da3-1d37-4aba-a309-6e65b84ffe66/mbid-e6f60da3-1d37-4aba-a309-6e65b84ffe66-8320212451_thumb250.jpg",
    "song": "Hunger of the Pine",
    "track_id": "4b360ec0-31b4-4389-a3f4-4b783c007928",
    "recording_id": "5229819d-f108-4e07-be00-52d62e6685e2",
    "artist": "alt-J",
    "artist_ids": [
        "fc7bbf00-fbaa-4736-986b-b3ac0266ca9b"
    ],
    "album": "This Is All Yours",
    "release_id": "e6f60da3-1d37-4aba-a309-6e65b84ffe66",
    "release_group_id": "23f52d25-a4bd-4b1f-9d7e-62dd47cdf375",
    "labels": [
        "Infectious Music"
    ],
    "label_ids": [
        "24d170a0-dfd0-404c-acbc-842ca2b213a6"
    ],
    "release_date": "2014-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I could not wait for this album to be released in 2014, it's all I could think about. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}