Information about plays

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

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

{
    "id": 3411719,
    "uri": "https://api.kexp.org/v2/plays/3411719/?format=api",
    "airdate": "2024-10-12T14:05:52-07:00",
    "show": 61558,
    "show_uri": "https://api.kexp.org/v2/shows/61558/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come On",
    "track_id": "f95cd5a1-d727-40bd-8299-6bd4f9765811",
    "recording_id": "517a7726-4437-43d8-9d30-050511ea7734",
    "artist": "Fastbacks",
    "artist_ids": [
        "3fe64039-d8e0-4ac2-838f-9a3bf97c4931"
    ],
    "album": "For WHAT Reason!",
    "release_id": "6638d6d8-43d7-4e68-be54-8c5b3a02a5fe",
    "release_group_id": "649b220a-6271-4c1d-aa7a-36a89786c30b",
    "labels": [
        "No Threes Records"
    ],
    "label_ids": [
        "afd5df73-7578-4fa8-b6ea-2fbdac399a41"
    ],
    "release_date": "2024-08-28",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The PNW bands first new album release in 25 years!\n\nGet it here https://fastbacks.bandcamp.com/album/for-what-reason",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}