Information about plays

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

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

{
    "id": 2683127,
    "uri": "https://api.kexp.org/v2/plays/2683127/?format=api",
    "airdate": "2020-01-07T05:24:42-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/cac245c3-76f7-4c94-896d-bd497ce640a5/2096273140-250.jpg",
    "thumbnail_uri": "",
    "song": "Teen Creeps",
    "track_id": "0057d0d0-1241-31d3-b7b4-f3f786d43859",
    "recording_id": null,
    "artist": "No Age",
    "artist_ids": [
        "55821c25-bd47-4f67-baf8-17ccd2cf1c86"
    ],
    "album": "Nouns",
    "release_id": "cac245c3-76f7-4c94-896d-bd497ce640a5",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2008-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "No Age - Full Performance (Live on KEXP): https://www.youtube.com/watch?v=Y8zDjxCtAi0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}