Information about plays

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

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

{
    "id": 2679780,
    "uri": "https://api.kexp.org/v2/plays/2679780/?format=api",
    "airdate": "2019-12-30T02:15:39-08:00",
    "show": 46256,
    "show_uri": "https://api.kexp.org/v2/shows/46256/?format=api",
    "image_uri": "https://coverartarchive.org/release/0633a08c-660e-4992-ba7b-a62bcf82f43b/23921268850-250.jpg",
    "thumbnail_uri": "",
    "song": "Say Can You Hear (Album V)",
    "track_id": "de56a323-d267-4736-9e29-3fc4f1ce40de",
    "recording_id": null,
    "artist": "Men I Trust",
    "artist_ids": [
        "25ab7547-a4d2-480b-b028-c7f3497bc858"
    ],
    "album": "Oncle Jazz",
    "release_id": "0633a08c-660e-4992-ba7b-a62bcf82f43b",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}