Information about plays

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

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

{
    "id": 345954,
    "uri": "https://api.kexp.org/v2/plays/345954/?format=api",
    "airdate": "2019-06-25T12:23:35-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "More Noise Please",
    "track_id": "c56f9cd6-5834-39f1-852e-de85eccecae8",
    "recording_id": null,
    "artist": "Steven “Jesse” Bernstein",
    "artist_ids": [
        "b948ded0-7c53-47ab-aff1-c1a8d06761a7"
    ],
    "album": "Prison",
    "release_id": "c9c77021-ea8a-3254-8983-d2d6b58f5a4d",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Steven Jay \"Jesse\" Bernstein (December 4, 1950 – October 22, 1991) was a Jewish American underground writer and performance artist who is most famous for his recordings with Sub Pop records and close relationship with William S. Burroughs.: https://www.reddit.com/r/vintageobscura/comments/5jjx2b/steven_jesse_bernstein_more_noise_please_us/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}