Information about plays

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

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

{
    "id": 3421553,
    "uri": "https://api.kexp.org/v2/plays/3421553/?format=api",
    "airdate": "2024-11-05T03:18:15-08:00",
    "show": 61767,
    "show_uri": "https://api.kexp.org/v2/shows/61767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "2Up",
    "track_id": "cb4f1c13-23dd-435d-84e1-ad9c245e486d",
    "recording_id": "17c0213b-9d22-4c92-a7fb-921a254bb8c3",
    "artist": "Negative Shawdy",
    "artist_ids": [
        "20af4972-4e04-42a4-86f7-25aa30ae9f29"
    ],
    "album": "2Up",
    "release_id": "705f7450-5728-4ad1-9b0d-2438c20c7f69",
    "release_group_id": "8a5b7b1c-6bb5-4cf8-b114-e991b22fcd86",
    "labels": [
        "Future Gods"
    ],
    "label_ids": [
        "918bb862-332e-4b87-81c7-12672560ea31"
    ],
    "release_date": "2024-10-09",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=OSTas6hfY0w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}