Information about plays

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

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

{
    "id": 2679738,
    "uri": "https://api.kexp.org/v2/plays/2679738/?format=api",
    "airdate": "2019-12-29T22:41:00-08:00",
    "show": 46254,
    "show_uri": "https://api.kexp.org/v2/shows/46254/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moovin' (feat. Tilman)",
    "track_id": null,
    "recording_id": null,
    "artist": "Sune",
    "artist_ids": [
        "686ca7a1-a11d-479b-8d1c-8e4ce0f9ba6c"
    ],
    "album": "Fikapaus",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Let's Play House"
    ],
    "label_ids": [],
    "release_date": "2019-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Let's Play House -- NYC's preeminent house, disco, and techno record label and roving party! Going strong since 2009! https://lphnyc.bandcamp.com/album/fikapaus",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}