Information about plays

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

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

{
    "id": 2676829,
    "uri": "https://api.kexp.org/v2/plays/2676829/?format=api",
    "airdate": "2019-12-22T16:21:10-08:00",
    "show": 46204,
    "show_uri": "https://api.kexp.org/v2/shows/46204/?format=api",
    "image_uri": "https://coverartarchive.org/release/0df825ff-5501-4215-af8b-7cefd1e9ad03/21244530755-250.jpg",
    "thumbnail_uri": "",
    "song": "I'm Not Getting Sober, I'm Just Getting Older (Helluva Guy)",
    "track_id": "42bcfa1f-9c62-4533-bf90-9e0ae930b923",
    "recording_id": null,
    "artist": "Nancy",
    "artist_ids": [
        "6ab44b0b-ee4b-41eb-965b-7a9bf9407fdc"
    ],
    "album": "Mysterious Visions",
    "release_id": "0df825ff-5501-4215-af8b-7cefd1e9ad03",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}