Information about plays

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

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

{
    "id": 3421983,
    "uri": "https://api.kexp.org/v2/plays/3421983/?format=api",
    "airdate": "2024-11-06T04:46:01-08:00",
    "show": 61777,
    "show_uri": "https://api.kexp.org/v2/shows/61777/?format=api",
    "image_uri": "https://ia902209.us.archive.org/4/items/mbid-b6e68e7f-5ed1-49f7-8ad7-bc1ba29e79c3/mbid-b6e68e7f-5ed1-49f7-8ad7-bc1ba29e79c3-31654181939_thumb500.jpg",
    "thumbnail_uri": "https://ia802209.us.archive.org/4/items/mbid-b6e68e7f-5ed1-49f7-8ad7-bc1ba29e79c3/mbid-b6e68e7f-5ed1-49f7-8ad7-bc1ba29e79c3-31654181939_thumb250.jpg",
    "song": "Army of Me (ABA All Stars mix)",
    "track_id": "f0c6b346-629c-344b-8af4-2c0bc5f9ba3c",
    "recording_id": "210c0132-65e9-4b7a-accd-c1ee27db6e2c",
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Special Brew",
    "release_id": "b6e68e7f-5ed1-49f7-8ad7-bc1ba29e79c3",
    "release_group_id": "88c05139-8feb-3374-9866-8f63da8fd060",
    "labels": [
        "Payday Records",
        "FFRR"
    ],
    "label_ids": [
        "b7b491ec-5f6d-40a2-8e03-10c2471a4093",
        "d51690ee-c132-41e3-bbde-bb3a4afd835a"
    ],
    "release_date": "1996-11-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}