Information about plays

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

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

{
    "id": 374800,
    "uri": "https://api.kexp.org/v2/plays/374800/?format=api",
    "airdate": "2019-08-31T10:08:00-07:00",
    "show": 6238,
    "show_uri": "https://api.kexp.org/v2/shows/6238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Large",
    "track_id": null,
    "recording_id": null,
    "artist": "Mellow Mood",
    "artist_ids": [
        "5f79fce3-8ea0-4ec0-a3d0-20b20d70d462"
    ],
    "album": "Large",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "La tempesta international"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Twins Jacopo and Lorenzo Garzia make up the heartbeat of Mellow Mood, and backed by one of the tightest backlines of the century, Large is on track to being one of the best sounding reggae albums I’ve heard in recent years.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}