Information about plays

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

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

{
    "id": 2680635,
    "uri": "https://api.kexp.org/v2/plays/2680635/?format=api",
    "airdate": "2020-01-01T02:14:07-08:00",
    "show": 46268,
    "show_uri": "https://api.kexp.org/v2/shows/46268/?format=api",
    "image_uri": "https://coverartarchive.org/release/734cde91-61ce-489b-8336-379c823291ca/24325508050-250.jpg",
    "thumbnail_uri": "",
    "song": "Earth",
    "track_id": "7d899eb6-39a2-4869-a3fa-992f07bcfb63",
    "recording_id": null,
    "artist": "Essaie pas",
    "artist_ids": [
        "beab776c-5756-44fd-95a2-6e2df200eb67"
    ],
    "album": "Earth",
    "release_id": "734cde91-61ce-489b-8336-379c823291ca",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2019-10-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Montreal duo Essaie pas return to DFA with a 12-inch that picks up where their 2018 album New Path left off. https://essaiepas.bandcamp.com/album/earth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}