Information about plays

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

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

{
    "id": 377630,
    "uri": "https://api.kexp.org/v2/plays/377630/?format=api",
    "airdate": "2019-09-06T18:27:00-07:00",
    "show": 6282,
    "show_uri": "https://api.kexp.org/v2/shows/6282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Atlantis to Interzone",
    "track_id": "b8fb38f4-279b-3e7d-9d95-e4f7b04fd783",
    "recording_id": null,
    "artist": "Klaxons",
    "artist_ids": [
        "63011a8d-0117-4f7e-9991-1ef1f337ff70"
    ],
    "album": "Atlantis to Interzone",
    "release_id": "6f7babd7-f83c-4d58-a970-e579623cee0a",
    "release_group_id": null,
    "labels": [
        "Merok Records"
    ],
    "label_ids": [],
    "release_date": "2006-06-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Post-punk revival group from London. https://pitchfork.com/artists/4964-klaxons/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}