Information about plays

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

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

{
    "id": 3422345,
    "uri": "https://api.kexp.org/v2/plays/3422345/?format=api",
    "airdate": "2024-11-07T03:41:58-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://ia801002.us.archive.org/5/items/mbid-77b9054b-f217-4325-b969-47f9caa837ea/mbid-77b9054b-f217-4325-b969-47f9caa837ea-19827468317_thumb500.jpg",
    "thumbnail_uri": "https://ia801002.us.archive.org/5/items/mbid-77b9054b-f217-4325-b969-47f9caa837ea/mbid-77b9054b-f217-4325-b969-47f9caa837ea-19827468317_thumb250.jpg",
    "song": "I Wanna Sleep in Your Arms",
    "track_id": "18c3b137-186f-47ce-a427-d969467499b9",
    "recording_id": "de648b88-1064-4de1-a8fe-527af116e1a7",
    "artist": "The Modern Lovers",
    "artist_ids": [
        "535f06f0-7ea2-41a4-a967-743b25558805"
    ],
    "album": "The Original Modern Lovers",
    "release_id": "77b9054b-f217-4325-b969-47f9caa837ea",
    "release_group_id": "cecc35c5-8988-3e0d-9fd2-506f3b95a9d1",
    "labels": [
        "Ubik Records"
    ],
    "label_ids": [
        "66d445e4-c577-4539-b311-f2cd62f88314"
    ],
    "release_date": "1990-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}