Information about plays

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

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

{
    "id": 372532,
    "uri": "https://api.kexp.org/v2/plays/372532/?format=api",
    "airdate": "2019-08-26T11:18:57-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Will Tear Us Apart",
    "track_id": "41db2e71-8866-3cec-8d6e-860baeff4385",
    "recording_id": null,
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Permanent",
    "release_id": "f7c88c2b-be6a-3867-9bb7-a434d34e0b01",
    "release_group_id": null,
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1995-08-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joy Division lead singer Ian Curtis wrote the lyric at a horrendous time in his life when his marriage was breaking up. Nathania writes that, after their father's death a year ago, they have been taught much about the nature of regret, loss, and forgiveness.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}