Information about plays

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

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

{
    "id": 2683071,
    "uri": "https://api.kexp.org/v2/plays/2683071/?format=api",
    "airdate": "2020-01-07T02:09:44-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/e392e9bb-4b8c-4d94-ad1d-1673f82ce46a/23638108312-250.jpg",
    "thumbnail_uri": "",
    "song": "Stay High",
    "track_id": "1cd491f0-c4ec-4d03-98cc-50ea062cc8df",
    "recording_id": null,
    "artist": "Brittany Howard",
    "artist_ids": [
        "03eda2c4-a2b3-4a4e-9527-6791b0ed9d2d"
    ],
    "album": "Jaime",
    "release_id": "e392e9bb-4b8c-4d94-ad1d-1673f82ce46a",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-09-20",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alabama Shakes - Full Performance (Live on KEXP): https://www.youtube.com/watch?v=hULIhLJ5RUM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}