Information about plays

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

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

{
    "id": 371064,
    "uri": "https://api.kexp.org/v2/plays/371064/?format=api",
    "airdate": "2019-08-22T23:05:00-07:00",
    "show": 6181,
    "show_uri": "https://api.kexp.org/v2/shows/6181/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brand New Second Hand",
    "track_id": "facbf524-19e5-3875-8cf9-1e5c95cc73ac",
    "recording_id": null,
    "artist": "Peter Tosh",
    "artist_ids": [
        "7db6aae5-6644-4513-9bfc-ca2e79d4469c"
    ],
    "album": "Legalize It",
    "release_id": "bb3433f3-2f16-4b46-89b1-ae284d893aa2",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "2011-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand New Second Hand this song is by Peter Tosh and appears on the album Legalize It (1976).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}