Information about plays

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

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

{
    "id": 3415737,
    "uri": "https://api.kexp.org/v2/plays/3415737/?format=api",
    "airdate": "2024-10-22T02:06:16-07:00",
    "show": 61641,
    "show_uri": "https://api.kexp.org/v2/shows/61641/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Switch",
    "track_id": "1ba05108-49e5-41e5-a4b9-276730e5d7ac",
    "recording_id": "439172b3-c4a3-4ccd-848d-568f74990ebb",
    "artist": "Rose Gray",
    "artist_ids": [
        "32a49e9e-2434-49ab-9194-3985d757de40"
    ],
    "album": "Switch",
    "release_id": "6c0e2f18-6243-47b5-b44b-3b828f0ddf73",
    "release_group_id": "ee788e0f-7e93-4766-a3b8-831d0690081b",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-09-18",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=7yL0mYYN2Ps",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}