Information about plays

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

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

{
    "id": 2679006,
    "uri": "https://api.kexp.org/v2/plays/2679006/?format=api",
    "airdate": "2019-12-28T02:36:36-08:00",
    "show": 46237,
    "show_uri": "https://api.kexp.org/v2/shows/46237/?format=api",
    "image_uri": "https://coverartarchive.org/release/4ac4445e-9eab-43a6-9738-84ebba35f67d/10201198213-250.jpg",
    "thumbnail_uri": "",
    "song": "Don’t Wanna Fight",
    "track_id": "b1e94fc0-b323-42a3-8a28-221bb6d59850",
    "recording_id": null,
    "artist": "Alabama Shakes",
    "artist_ids": [
        "40419b33-18e9-4d5a-a674-30b4bb14bac2"
    ],
    "album": "Sound & Color",
    "release_id": "4ac4445e-9eab-43a6-9738-84ebba35f67d",
    "release_group_id": null,
    "labels": [
        "Rough Trade Records Ltd."
    ],
    "label_ids": [
        "3d57e670-de5f-4f21-968a-9308c928e3e2"
    ],
    "release_date": "2015-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}