Information about plays

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

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

{
    "id": 2681315,
    "uri": "https://api.kexp.org/v2/plays/2681315/?format=api",
    "airdate": "2020-01-02T18:37:27-08:00",
    "show": 46279,
    "show_uri": "https://api.kexp.org/v2/shows/46279/?format=api",
    "image_uri": "https://coverartarchive.org/release/d4bbf08c-8622-41a4-85e4-109f78774842/10510442004-250.jpg",
    "thumbnail_uri": "",
    "song": "Hallelujah Band",
    "track_id": "5a49b6c0-c4e8-4b04-90a6-cdfab29f913e",
    "recording_id": null,
    "artist": "Eilen Jewell",
    "artist_ids": [
        "d14ea67b-3558-4db1-a69b-ca8e8dad3055"
    ],
    "album": "Sundown Over Ghost Town",
    "release_id": "d4bbf08c-8622-41a4-85e4-109f78774842",
    "release_group_id": null,
    "labels": [
        "Signature Sounds"
    ],
    "label_ids": [
        "f5aa62af-8333-4307-908b-fc426ff738fa"
    ],
    "release_date": "2015-05-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fri 2/14/20 @Tractor",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}