Information about plays

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

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

{
    "id": 374292,
    "uri": "https://api.kexp.org/v2/plays/374292/?format=api",
    "airdate": "2019-08-30T03:15:31-07:00",
    "show": 6228,
    "show_uri": "https://api.kexp.org/v2/shows/6228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Haunting",
    "track_id": null,
    "recording_id": null,
    "artist": "A.R. Kane",
    "artist_ids": [],
    "album": "Complete Singles Collection",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "One Little Indian Records"
    ],
    "label_ids": [
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "2012-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "FAVE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}