Information about plays

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

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

{
    "id": 2679793,
    "uri": "https://api.kexp.org/v2/plays/2679793/?format=api",
    "airdate": "2019-12-30T03:01:31-08:00",
    "show": 46256,
    "show_uri": "https://api.kexp.org/v2/shows/46256/?format=api",
    "image_uri": "https://coverartarchive.org/release/c990513d-4bbb-4e36-92e2-d1016a8dc283/24329542905-250.jpg",
    "thumbnail_uri": "",
    "song": "Song 31",
    "track_id": "4579b1b4-96d8-47d5-ae6e-46e69de11b79",
    "recording_id": null,
    "artist": "Noname featuring Phoelix",
    "artist_ids": [
        "c9a8ee10-c27e-4b78-90a9-0b5a230e7941"
    ],
    "album": "Song 31",
    "release_id": "c990513d-4bbb-4e36-92e2-d1016a8dc283",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}