Information about plays

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

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

{
    "id": 381791,
    "uri": "https://api.kexp.org/v2/plays/381791/?format=api",
    "airdate": "2019-09-17T01:50:08-07:00",
    "show": 6357,
    "show_uri": "https://api.kexp.org/v2/shows/6357/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Atlantis to Interzone",
    "track_id": "544dc53d-fc0b-3e87-a5c6-0f6bafc13b5d",
    "recording_id": null,
    "artist": "Klaxons",
    "artist_ids": [
        "63011a8d-0117-4f7e-9991-1ef1f337ff70"
    ],
    "album": "Xan Valleys",
    "release_id": "2262405e-8f91-4934-abe5-43450e0af2f4",
    "release_group_id": null,
    "labels": [
        "Modular Records"
    ],
    "label_ids": [
        "d6dd941a-16ba-4b7d-9aa4-b9e1baeffbc9"
    ],
    "release_date": "2006-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Great older interview with the Klaxons on the \"eternal carrot\" of success and leaving their drug days behind: https://bit.ly/2mmfCTt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}