Information about plays

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

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

{
    "id": 3421805,
    "uri": "https://api.kexp.org/v2/plays/3421805/?format=api",
    "airdate": "2024-11-05T17:59:25-08:00",
    "show": 61773,
    "show_uri": "https://api.kexp.org/v2/shows/61773/?format=api",
    "image_uri": "https://ia803109.us.archive.org/32/items/mbid-9aefc6dd-216a-4271-ada1-d9cf67956f39/mbid-9aefc6dd-216a-4271-ada1-d9cf67956f39-19682986993_thumb500.jpg",
    "thumbnail_uri": "https://ia903109.us.archive.org/32/items/mbid-9aefc6dd-216a-4271-ada1-d9cf67956f39/mbid-9aefc6dd-216a-4271-ada1-d9cf67956f39-19682986993_thumb250.jpg",
    "song": "Everybody Wants to Rule the World",
    "track_id": "1661fd0e-0ed5-4f09-a52d-7dbae42e7529",
    "recording_id": "e4b347be-ecb2-44ff-aaa8-3d4c517d7ea5",
    "artist": "Tears for Fears",
    "artist_ids": [
        "7c7f9c94-dee8-4903-892b-6cf44652e2de"
    ],
    "album": "Songs From the Big Chair",
    "release_id": "2b5d067d-6d8b-459b-a27f-13eb4a4513f4",
    "release_group_id": "475946e9-4b00-3f7c-9bd7-c11f55740262",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1985-02-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request from Tim!\n\nThe Clash's Joe Strummer confronted Roland Orzabal from Tears for Fears in a restaurant over his belief that the band lifted the line \"Everybody Wants To Rule The World\" from the Clash song \"Charlie Don't Surf\" - and apparently Orzabal paid up",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}