Information about plays

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

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

{
    "id": 3421913,
    "uri": "https://api.kexp.org/v2/plays/3421913/?format=api",
    "airdate": "2024-11-06T00:50:28-08:00",
    "show": 61775,
    "show_uri": "https://api.kexp.org/v2/shows/61775/?format=api",
    "image_uri": "https://coverartarchive.org/release/a0f3eaa6-031f-4872-8533-1e25594155ed/15688050246-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a0f3eaa6-031f-4872-8533-1e25594155ed/15688050246-250.jpg",
    "song": "Telephone",
    "track_id": null,
    "recording_id": "3014570f-9167-4df4-bf2e-e9c0de2b99aa",
    "artist": "Sinkane",
    "artist_ids": [
        "b15d17d4-37ea-4410-9ae4-60b5eee03459"
    ],
    "album": "Telephone",
    "release_id": null,
    "release_group_id": "74a08ea2-72e1-425b-859d-d78184bf78d9",
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2017-01-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sudanese-American artist. http://sinkane.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}