Information about plays

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

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

{
    "id": 2677444,
    "uri": "https://api.kexp.org/v2/plays/2677444/?format=api",
    "airdate": "2019-12-24T06:19:00-08:00",
    "show": 46216,
    "show_uri": "https://api.kexp.org/v2/shows/46216/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hallelujah",
    "track_id": "b5e47b7d-35c9-4211-808d-4117c226799c",
    "recording_id": null,
    "artist": "Leonard Cohen",
    "artist_ids": [
        "65314b12-0e08-43fa-ba33-baaa7b874c15"
    ],
    "album": "Various Positions",
    "release_id": "3e453fcc-2759-4d8e-844b-3f0e0c35092f",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this video of Leonard Cohen performing \"Hallelujah\" live in London: https://www.youtube.com/watch?v=YrLk4vdY28Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}