Information about plays

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

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

{
    "id": 3422159,
    "uri": "https://api.kexp.org/v2/plays/3422159/?format=api",
    "airdate": "2024-11-06T16:47:29-08:00",
    "show": 61781,
    "show_uri": "https://api.kexp.org/v2/shows/61781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": false,
    "is_live": false,
    "comment": "\"Hey it's Breckelle from CO. I'm a new listener, my friend Annie in Seattle put me on. Today has been so heavy and this station has been the only thing making me feel better. I am a true fan and will continue to listen. Thank you for the music! Could you play Everybody Wants To Rule The World by Tears for Fears?\"\n- Breckelle in Arvada, CO",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}