Information about plays

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

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

{
    "id": 2675093,
    "uri": "https://api.kexp.org/v2/plays/2675093/?format=api",
    "airdate": "2019-12-18T22:14:42-08:00",
    "show": 46178,
    "show_uri": "https://api.kexp.org/v2/shows/46178/?format=api",
    "image_uri": "https://coverartarchive.org/release/dc32ae42-0cbb-47f0-80ac-874176f085f8/13670993563-250.jpg",
    "thumbnail_uri": "",
    "song": "Gone Clear",
    "track_id": "5485398e-32fc-4c89-bbd8-b98577a80e83",
    "recording_id": null,
    "artist": "William Tyler",
    "artist_ids": [
        "37e374de-ed4a-4bab-97ac-b6520971b0ed"
    ],
    "album": "Modern Country",
    "release_id": "dc32ae42-0cbb-47f0-80ac-874176f085f8",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2016-06-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}