Information about plays

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

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

{
    "id": 2683049,
    "uri": "https://api.kexp.org/v2/plays/2683049/?format=api",
    "airdate": "2020-01-07T00:43:45-08:00",
    "show": 46310,
    "show_uri": "https://api.kexp.org/v2/shows/46310/?format=api",
    "image_uri": "https://coverartarchive.org/release/047ae75b-b4b1-4d20-96b9-00e15b008bf4/24349207648-250.jpg",
    "thumbnail_uri": "",
    "song": "All the Glimmering",
    "track_id": "405d0c86-978f-4662-920d-f50b61e3772f",
    "recording_id": null,
    "artist": "Kayla Painter",
    "artist_ids": [
        "6e793d89-6147-4b7f-acad-567023a56eb5"
    ],
    "album": "Future Bubblers 3.0",
    "release_id": "047ae75b-b4b1-4d20-96b9-00e15b008bf4",
    "release_group_id": null,
    "labels": [
        "Brownswood Recordings"
    ],
    "label_ids": [
        "6483a614-d00f-42b0-af39-a602b3ce5daa"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}