Information about plays

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

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

{
    "id": 382412,
    "uri": "https://api.kexp.org/v2/plays/382412/?format=api",
    "airdate": "2019-09-18T08:30:57-07:00",
    "show": 6364,
    "show_uri": "https://api.kexp.org/v2/shows/6364/?format=api",
    "image_uri": "http://coverartarchive.org/release/8a2bbc29-969c-42c8-8e09-8a10272001ea/21902761969-250.jpg",
    "thumbnail_uri": "",
    "song": "He's My Star",
    "track_id": "ca1bf3de-b78d-3565-a44c-e5901e59b837",
    "recording_id": null,
    "artist": "Poster Children",
    "artist_ids": [
        "050f867a-ed04-4a38-9f6e-b9bf84ca664b"
    ],
    "album": "Junior Citizen",
    "release_id": "8a2bbc29-969c-42c8-8e09-8a10272001ea",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1995-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"He's My Star\" is Poster Children's 1995 homage to David Hasselhoff. - https://posterchildren.com/1995/08/hes-my-star/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}