Information about plays

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

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

{
    "id": 379019,
    "uri": "https://api.kexp.org/v2/plays/379019/?format=api",
    "airdate": "2019-09-10T06:36:07-07:00",
    "show": 6310,
    "show_uri": "https://api.kexp.org/v2/shows/6310/?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": "Scott Hutchinson's brother Grant: \"Scott had this voice when he was alive that he used to help people. Whether it was purposeful in that way or not, he changed people's lives through his art, and we have to continue that.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}