Information about plays

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

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

{
    "id": 2674724,
    "uri": "https://api.kexp.org/v2/plays/2674724/?format=api",
    "airdate": "2019-12-18T02:06:55-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Real Long Time",
    "track_id": "1d5794f6-a150-48fb-8164-ca33524ccec6",
    "recording_id": null,
    "artist": "White Reaper",
    "artist_ids": [
        "614ae988-c23c-4cf9-bb60-d6d756793005"
    ],
    "album": "You Deserve Love",
    "release_id": "1d82a147-3ad5-470a-a859-3c61980f7c3a",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2019-10-18",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rock out: https://www.youtube.com/watch?v=DHmXhg6MpuY Catch them on May 18th in Vancouver BC at the Commodore Ballroom",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}