Information about plays

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

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

{
    "id": 2682082,
    "uri": "https://api.kexp.org/v2/plays/2682082/?format=api",
    "airdate": "2020-01-04T15:32:12-08:00",
    "show": 46291,
    "show_uri": "https://api.kexp.org/v2/shows/46291/?format=api",
    "image_uri": "https://coverartarchive.org/release/f7bf4305-8373-420e-bbb3-280aea103def/24709900599-250.jpg",
    "thumbnail_uri": "",
    "song": "Courtesy Call",
    "track_id": "9c4f43c2-cddc-4a74-aa70-c56416b29692",
    "recording_id": null,
    "artist": "Omni",
    "artist_ids": [
        "75c2f648-642e-4a80-85f4-1ede1b89a45b"
    ],
    "album": "Networker",
    "release_id": "f7bf4305-8373-420e-bbb3-280aea103def",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-11-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the vintage video vibes of this one: https://www.youtube.com/watch?v=5XC3AQEchY0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}