Information about plays

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

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

{
    "id": 382004,
    "uri": "https://api.kexp.org/v2/plays/382004/?format=api",
    "airdate": "2019-09-17T13:53:42-07:00",
    "show": 6359,
    "show_uri": "https://api.kexp.org/v2/shows/6359/?format=api",
    "image_uri": "http://coverartarchive.org/release/ea4ad745-0c79-47bf-bcb1-f6b037fe2a65/21881263416-250.jpg",
    "thumbnail_uri": "",
    "song": "Pressure To Party",
    "track_id": "24174c1c-0309-40e2-b97e-c46fad7383b6",
    "recording_id": null,
    "artist": "Julia Jacklin",
    "artist_ids": [
        "f95d0f4f-d344-4acd-bec8-cc512b40f629"
    ],
    "album": "Crushing",
    "release_id": "ea4ad745-0c79-47bf-bcb1-f6b037fe2a65",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2019-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Speaking about this song,  Julia Jacklin said, “When you come out of a relationship, there’s so much pressure to act a certain way. First it’s like, ‘Oh, you’ve gotta take some time for yourself…’ but then if you take too much time it’s, ‘You’ve gotta get back out there!’ That song is just my three-minute scream, saying I’m going to do what I need to do, when I need to do it.”: https://www.youtube.com/watch?v=CZFyqzTCt-I",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}