Information about plays

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

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

{
    "id": 2680944,
    "uri": "https://api.kexp.org/v2/plays/2680944/?format=api",
    "airdate": "2020-01-01T19:33:19-08:00",
    "show": 46272,
    "show_uri": "https://api.kexp.org/v2/shows/46272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hard Road",
    "track_id": null,
    "recording_id": null,
    "artist": "JP Harris",
    "artist_ids": [
        "b40f93a8-a1d3-44f9-bee9-9ab0293b26bc"
    ],
    "album": "Sometimes Dogs Bark at Nothing",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Free Dirt Records"
    ],
    "label_ids": [
        "cabd9a49-9df2-47b3-ac4b-d9b5a67bf0a4"
    ],
    "release_date": "2018-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "JP’s session here in The Roadhouse last April: https://kexp.org/sessions/archive/jp-harris-live-on-kexp-recorded-april-5-2019 ; https://www.ilovehonkytonk.com/ ; https://jpharris.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}