Information about plays

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

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

{
    "id": 2677357,
    "uri": "https://api.kexp.org/v2/plays/2677357/?format=api",
    "airdate": "2019-12-24T01:24:00-08:00",
    "show": 46214,
    "show_uri": "https://api.kexp.org/v2/shows/46214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Enchanté",
    "track_id": null,
    "recording_id": null,
    "artist": "Jitwam",
    "artist_ids": [],
    "album": "Enchanté EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "The Jazz Diaries"
    ],
    "label_ids": [
        "4bc6ea55-d6c8-45e0-a9d9-23feed3f698c"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pleased to meet you - https://thejazzdiaries.bandcamp.com/album/enchant-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}