Information about plays

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

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

{
    "id": 485670,
    "uri": "https://api.kexp.org/v2/plays/485670/?format=api",
    "airdate": "2001-11-11T21:55:23-08:00",
    "show": 8306,
    "show_uri": "https://api.kexp.org/v2/shows/8306/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "SHELTAR VOCAL MIX",
    "track_id": null,
    "recording_id": null,
    "artist": "Mondo Grosso",
    "artist_ids": [
        "cb3e092f-5eae-4bc1-9ffe-bbdc13dcd823"
    ],
    "album": "Star Suite",
    "release_id": "6e3031be-6f43-4a97-a064-522bd3b102e3",
    "release_group_id": null,
    "labels": [
        "King Street Sounds"
    ],
    "label_ids": [
        "8337a75c-fc4b-405a-be80-c599d222cd29"
    ],
    "release_date": "2001-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}