Information about plays

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

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

{
    "id": 355015,
    "uri": "https://api.kexp.org/v2/plays/355015/?format=api",
    "airdate": "2019-07-16T08:23:18-07:00",
    "show": 5919,
    "show_uri": "https://api.kexp.org/v2/shows/5919/?format=api",
    "image_uri": "http://coverartarchive.org/release/58462c1e-8a0f-4534-a83e-565f36d224e7/7653507218-250.jpg",
    "thumbnail_uri": "",
    "song": "Disintegration",
    "track_id": "8fb3041c-a12b-35ff-9a61-2ac7fadcc871",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Disintegration",
    "release_id": "58462c1e-8a0f-4534-a83e-565f36d224e7",
    "release_group_id": null,
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "1989-05-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Disintegration was Robert Smith's thematic return to a dark and gloomy aesthetic. Smith deliberately sought to record an album that was depressing, as it was a reflection of the despondency he felt at the time - because he was tuning 30.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}