Information about plays

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

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

{
    "id": 2683126,
    "uri": "https://api.kexp.org/v2/plays/2683126/?format=api",
    "airdate": "2020-01-07T05:21:01-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/8c32f815-3384-4cb6-86c6-f83c479a769e/24672600666-250.jpg",
    "thumbnail_uri": "",
    "song": "Fortune",
    "track_id": "f57e46a9-08bf-401a-b0c7-c7919307f696",
    "recording_id": null,
    "artist": "Wye Oak",
    "artist_ids": [
        "3c8ff4c9-b5b9-4e78-ad9d-5157c323de24"
    ],
    "album": "Fortune",
    "release_id": "8c32f815-3384-4cb6-86c6-f83c479a769e",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2019-11-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wye Oak - Full Performance (Live on KEXP): https://www.youtube.com/watch?v=h8oVhm9K4lg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}