Information about plays

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

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

{
    "id": 374795,
    "uri": "https://api.kexp.org/v2/plays/374795/?format=api",
    "airdate": "2019-08-31T09:52:00-07:00",
    "show": 6238,
    "show_uri": "https://api.kexp.org/v2/shows/6238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Natty Rebel",
    "track_id": "c7c43534-e540-4dd3-aeca-5c5bd56bb968",
    "recording_id": null,
    "artist": "U-Roy",
    "artist_ids": [
        "c40fa847-7501-4eee-9a20-12d5d1c5c0db"
    ],
    "album": "Natty Rebel",
    "release_id": "5f334c4a-371d-459e-a91e-714bc623f0ed",
    "release_group_id": null,
    "labels": [
        "Joe Gibbs"
    ],
    "label_ids": [
        "562874a3-94e5-49f5-92b6-d677433bf874"
    ],
    "release_date": "2015-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album's most talked about song was inevitably the title track, a version of the Wailers' \"Soul Rebel.\"  https://www.discogs.com/U-Roy-Natty-Rebel/release/2945029",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}