Information about plays

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

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

{
    "id": 351592,
    "uri": "https://api.kexp.org/v2/plays/351592/?format=api",
    "airdate": "2019-07-08T06:24:34-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "http://coverartarchive.org/release/c81a1b00-5b13-4613-81df-69dd3cbbc543/17884014216-250.jpg",
    "thumbnail_uri": "",
    "song": "How It Gets In (feat. Julien Baker)",
    "track_id": "e7adf893-a21a-4b64-9ffa-04c96be23f5d",
    "recording_id": null,
    "artist": "Frightened Rabbit",
    "artist_ids": [
        "dc21d171-7204-4759-9fd0-77d031aeb40c"
    ],
    "album": "Recorded Songs",
    "release_id": "c81a1b00-5b13-4613-81df-69dd3cbbc543",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2017-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"It’s combination of Baker’s weary voice and Frightened Rabbit’s strum-and-stomp sound that makes this one particularly effective. The contrast between the two is like stepping out of a dark movie theater, and adjusting your eyes to the sunlight of the world outside.\"  Read a review of this wonderfully sad song:  https://pitchfork.com/reviews/tracks/frightened-rabbit-how-it-gets-in-ft-julien-baker/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}