Information about plays

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

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

{
    "id": 2677863,
    "uri": "https://api.kexp.org/v2/plays/2677863/?format=api",
    "airdate": "2019-12-25T08:27:25-08:00",
    "show": 46222,
    "show_uri": "https://api.kexp.org/v2/shows/46222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Your Man",
    "track_id": "90bb90d2-1b04-3aa2-bc82-19810305b6b1",
    "recording_id": null,
    "artist": "Leonard Cohen",
    "artist_ids": [
        "65314b12-0e08-43fa-ba33-baaa7b874c15"
    ],
    "album": "More Best of Leonard Cohen",
    "release_id": "1f5024c5-d1fe-46ed-ad3e-61720dcdedcf",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1997-10-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}