Information about plays

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

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

{
    "id": 2679126,
    "uri": "https://api.kexp.org/v2/plays/2679126/?format=api",
    "airdate": "2019-12-28T11:30:00-08:00",
    "show": 46241,
    "show_uri": "https://api.kexp.org/v2/shows/46241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Johnny B. Goode (Acoustic)",
    "track_id": "c950c575-a185-48fd-b433-61e5a5b8c59e",
    "recording_id": null,
    "artist": "Alborosie",
    "artist_ids": [
        "dad904da-8bd7-46b2-b202-f9a9ecd6bbab"
    ],
    "album": "Soul Pirate Acoustic",
    "release_id": "7a854e0a-f8a8-4d5a-bbc3-d85938eeadea",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Performing LIVE Friday, January 31 2020 at Nectar Lounge https://www.eventbrite.com/e/rescheduled-new-date-alborosie-the-shengen-clan-plus-arise-roots-tickets-73314592921",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}