Information about plays

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

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

{
    "id": 3414722,
    "uri": "https://api.kexp.org/v2/plays/3414722/?format=api",
    "airdate": "2024-10-19T15:20:40-07:00",
    "show": 61620,
    "show_uri": "https://api.kexp.org/v2/shows/61620/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Do What We Do Best",
    "track_id": "ecd96f8c-a2e7-41a9-bc1f-24c7fc531a7a",
    "recording_id": "69c64644-f4e0-46fa-8af5-e6f235a0e126",
    "artist": "Imperial Teen",
    "artist_ids": [
        "7d478bd2-d228-46a8-8a7c-ef68a61fd339"
    ],
    "album": "Now We Are Timeless",
    "release_id": "0ece57aa-7bf7-4051-9a2d-c7346e67af90",
    "release_group_id": "e2f34a66-af15-44c3-b93f-427d7d0f7e21",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Imperial Teen performed at KEXP in 2012, listen to the performance here: https://www.youtube.com/watch?v=3dAMkCeFn9E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}