Information about plays

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

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

{
    "id": 421608,
    "uri": "https://api.kexp.org/v2/plays/421608/?format=api",
    "airdate": "2001-05-05T22:14:07-07:00",
    "show": 7060,
    "show_uri": "https://api.kexp.org/v2/shows/7060/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Molecular",
    "track_id": "b9392881-3d9c-4ede-9d32-c917d2e251f4",
    "recording_id": null,
    "artist": "Stakka & Skynet",
    "artist_ids": [
        "dc86279d-b071-4a64-a08c-2a8e4f9e27ca"
    ],
    "album": "Pathogen / Molecular",
    "release_id": "572dddd2-36bc-4a4c-9bd7-5bbaf2fe92d2",
    "release_group_id": null,
    "labels": [
        "Audio Blueprint"
    ],
    "label_ids": [
        "94683fd0-9eaf-4e2b-a477-2081a0b97f56"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}