Information about plays

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

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

{
    "id": 3414734,
    "uri": "https://api.kexp.org/v2/plays/3414734/?format=api",
    "airdate": "2024-10-19T16:03:42-07:00",
    "show": 61620,
    "show_uri": "https://api.kexp.org/v2/shows/61620/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All This Art",
    "track_id": "89a0f5d6-ff42-4da3-abcf-4c35f495af1a",
    "recording_id": "c7abf6b9-7c7f-4858-bafc-75a1a4d27f5e",
    "artist": "Teenage Sequence",
    "artist_ids": [
        "6d97cf63-1138-4c14-ad68-d36e496e7931"
    ],
    "album": "Teenage Sequence",
    "release_id": "05c636d7-6836-4a5d-af6e-52dbde205185",
    "release_group_id": "bd959efa-03e6-4153-a7b6-5e27b04e9d38",
    "labels": [
        "Get Better Records"
    ],
    "label_ids": [
        "077690db-d532-4c59-ad6d-fa299dde75ba"
    ],
    "release_date": "2023-09-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch their 2023 in-studio here:\nhttps://www.youtube.com/watch?v=2wOR8uEjVGM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}