Information about plays

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

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

{
    "id": 379478,
    "uri": "https://api.kexp.org/v2/plays/379478/?format=api",
    "airdate": "2019-09-11T08:30:00-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fresh Feeling",
    "track_id": "3a4fcbff-9e2e-3c7c-8651-bd0fe515be32",
    "recording_id": null,
    "artist": "EELS",
    "artist_ids": [
        "14387b0f-765c-4852-852f-135335790466"
    ],
    "album": "Souljacker",
    "release_id": "09ed2782-1d40-475b-95d3-d2faa23fe739",
    "release_group_id": null,
    "labels": [
        "DreamWorks Records"
    ],
    "label_ids": [],
    "release_date": "2001-09-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Words can't be that strong / My heart is reeling / This is that fresh / That fresh feeling\" <br> </br> Watch Eels performing live in the KEXP studio in 2014: https://www.youtube.com/watch?v=QR0sBT6Mgt4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}