Information about plays

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

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

{
    "id": 3428507,
    "uri": "https://api.kexp.org/v2/plays/3428507/?format=api",
    "airdate": "2024-11-22T03:42:30-08:00",
    "show": 61912,
    "show_uri": "https://api.kexp.org/v2/shows/61912/?format=api",
    "image_uri": "https://ia800102.us.archive.org/34/items/mbid-0bb363e8-0db3-42d6-9400-ab712f0b8cf5/mbid-0bb363e8-0db3-42d6-9400-ab712f0b8cf5-40419727003_thumb500.jpg",
    "thumbnail_uri": "https://ia600102.us.archive.org/34/items/mbid-0bb363e8-0db3-42d6-9400-ab712f0b8cf5/mbid-0bb363e8-0db3-42d6-9400-ab712f0b8cf5-40419727003_thumb250.jpg",
    "song": "Take Me to the River",
    "track_id": "c007fe87-08b4-45aa-9f0d-d78f6ec8cb98",
    "recording_id": "568fbab9-c3e2-4356-8a28-79689e147b5e",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Talking Heads: 77",
    "release_id": "0bb363e8-0db3-42d6-9400-ab712f0b8cf5",
    "release_group_id": "d99084ee-de04-3ba1-8203-5f1a7e5355ee",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2024-11-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the new deluxe boxset! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}