Information about plays

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

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

{
    "id": 2679872,
    "uri": "https://api.kexp.org/v2/plays/2679872/?format=api",
    "airdate": "2019-12-30T07:39:48-08:00",
    "show": 46257,
    "show_uri": "https://api.kexp.org/v2/shows/46257/?format=api",
    "image_uri": "https://coverartarchive.org/release/d809d424-00d5-4fa9-8d1b-82c98fb5566e/15142036571-250.jpg",
    "thumbnail_uri": "",
    "song": "Beautiful Strangers",
    "track_id": "229538fd-43e0-4bab-8756-c2027f65b582",
    "recording_id": null,
    "artist": "Kevin Morby",
    "artist_ids": [
        "eac962e1-0295-4e69-a266-4dab2adb4f11"
    ],
    "album": "Beautiful Strangers b/w No Place to Fall",
    "release_id": "d809d424-00d5-4fa9-8d1b-82c98fb5566e",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2016-10-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kevin Morby stoppedy by KEXP recently for an in-studio performance - check it out over on our YouTube channel: https://www.youtube.com/watch?v=0cbRpsnhM58",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}