Information about plays

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

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

{
    "id": 380181,
    "uri": "https://api.kexp.org/v2/plays/380181/?format=api",
    "airdate": "2019-09-12T23:06:40-07:00",
    "show": 6326,
    "show_uri": "https://api.kexp.org/v2/shows/6326/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Line of Fire",
    "track_id": "7fbbfde1-a12b-3836-851a-95064fdd1984",
    "recording_id": null,
    "artist": "Junip",
    "artist_ids": [
        "fb2df245-81b0-4a2b-9d01-e0955ba68be7"
    ],
    "album": "Junip",
    "release_id": "dc31a58d-d5d8-4e6f-9383-899a54255e1b",
    "release_group_id": null,
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2013-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Junip is a Swedish folk rock band. The band is made up of the duo of José González (vocals, guitars) and Tobias Winterkorn (organ, Moog synthesizer) with various accompanying musicians in recordings and in live gigs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}