Information about plays

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

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

{
    "id": 2679982,
    "uri": "https://api.kexp.org/v2/plays/2679982/?format=api",
    "airdate": "2019-12-30T14:34:32-08:00",
    "show": 46259,
    "show_uri": "https://api.kexp.org/v2/shows/46259/?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 will be in Seattle on Friday, March 20th performing at The Crocodile. While you're patiently waiting, watch their in-studio performance from July, 2018: https://www.youtube.com/watch?v=h8oVhm9K4lg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}