Information about plays

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

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

{
    "id": 3361089,
    "uri": "https://api.kexp.org/v2/plays/3361089/?format=api",
    "airdate": "2024-06-13T09:27:48-07:00",
    "show": 60474,
    "show_uri": "https://api.kexp.org/v2/shows/60474/?format=api",
    "image_uri": "https://coverartarchive.org/release/62de7def-ebab-4f34-8c54-a42309f0b15e/37928947050-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/62de7def-ebab-4f34-8c54-a42309f0b15e/37928947050-250.jpg",
    "song": "Dance in the Rain",
    "track_id": null,
    "recording_id": "98957344-4760-48e9-b3c3-872f20be1a06",
    "artist": "Ibibio Sound Machine",
    "artist_ids": [
        "0ece139d-19a4-44c6-85e6-0406e8055a21"
    ],
    "album": "Pull the Rope",
    "release_id": null,
    "release_group_id": "d1b914ac-df17-4192-b4e0-6cbb412f22f9",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2024-05-03",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ibibio Sound Machine will be here in Seattle, playing The Nectar Lounge on Tuesday, October 1st and Wed, OCT 2nd\nat Mississippi Studios in Portland, OR\nhttps://ibibiosoundmachine.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}