Information about plays

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

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

{
    "id": 3418921,
    "uri": "https://api.kexp.org/v2/plays/3418921/?format=api",
    "airdate": "2024-10-29T16:31:22-07:00",
    "show": 61710,
    "show_uri": "https://api.kexp.org/v2/shows/61710/?format=api",
    "image_uri": "https://ia801509.us.archive.org/31/items/mbid-70f40c22-d120-4e82-aedd-edb7e10c2460/mbid-70f40c22-d120-4e82-aedd-edb7e10c2460-16178274101_thumb500.jpg",
    "thumbnail_uri": "https://ia801509.us.archive.org/31/items/mbid-70f40c22-d120-4e82-aedd-edb7e10c2460/mbid-70f40c22-d120-4e82-aedd-edb7e10c2460-16178274101_thumb250.jpg",
    "song": "Friendship (Is a Small Boat In a Storm)",
    "track_id": "cb1e9262-9b97-4f7f-b441-d2947881c117",
    "recording_id": "43033de2-0e8a-43d6-99ff-5b7a03a99685",
    "artist": "Chicano Batman",
    "artist_ids": [
        "46efbaa6-1bf3-44b5-8838-67f77d77aa96"
    ],
    "album": "Freedom Is Free",
    "release_id": "70f40c22-d120-4e82-aedd-edb7e10c2460",
    "release_group_id": "8f7ccd58-6996-4641-b2f7-e49ddf095cd9",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2017-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Ricardo !",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}