Information about plays

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

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

{
    "id": 2680333,
    "uri": "https://api.kexp.org/v2/plays/2680333/?format=api",
    "airdate": "2019-12-31T08:30:17-08:00",
    "show": 46263,
    "show_uri": "https://api.kexp.org/v2/shows/46263/?format=api",
    "image_uri": "https://coverartarchive.org/release/07eb6852-7e34-4a51-a233-1899c5075cc4/9478255476-250.jpg",
    "thumbnail_uri": "",
    "song": "Deeper",
    "track_id": "0b4b8ddd-112f-4045-b05f-a1cdf42cfe6d",
    "recording_id": null,
    "artist": "The Soft Moon",
    "artist_ids": [
        "93eba14e-f85c-4d39-8412-5e4018c89d75"
    ],
    "album": "Deeper",
    "release_id": "07eb6852-7e34-4a51-a233-1899c5075cc4",
    "release_group_id": null,
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2015-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}