Information about plays

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

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

{
    "id": 377554,
    "uri": "https://api.kexp.org/v2/plays/377554/?format=api",
    "airdate": "2019-09-06T16:04:46-07:00",
    "show": 6282,
    "show_uri": "https://api.kexp.org/v2/shows/6282/?format=api",
    "image_uri": "http://coverartarchive.org/release/f8df90a3-6ba1-41e0-85ff-794f938eab69/23543881614-250.jpg",
    "thumbnail_uri": "",
    "song": "Into Happiness",
    "track_id": "5c61f265-86a4-44d4-a33e-17a68f362878",
    "recording_id": null,
    "artist": "Phantogram",
    "artist_ids": [
        "dfe78af2-779e-4137-826a-3073a16e3278"
    ],
    "album": "Into Happiness",
    "release_id": "f8df90a3-6ba1-41e0-85ff-794f938eab69",
    "release_group_id": null,
    "labels": [
        "Republic Records"
    ],
    "label_ids": [
        "e0ecd909-0477-485f-80dc-3c27ea4837ca"
    ],
    "release_date": "2019-05-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track was released as part of a mental health initiative, with proceeds from sales and streams of the track benefitting the American Foundation for Suicide Prevention. The cause is close to Phantogram as Barthel’s sister died by suicide while the band was making Three.  https://bit.ly/2m4BBhy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}