Information about plays

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

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

{
    "id": 350580,
    "uri": "https://api.kexp.org/v2/plays/350580/?format=api",
    "airdate": "2019-07-05T20:14:00-07:00",
    "show": 5837,
    "show_uri": "https://api.kexp.org/v2/shows/5837/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Despabilate (Jmp Old School Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Ana Tijoux",
    "artist_ids": [
        "3ac6b6fc-05e9-456f-a7d8-6ddf69756d3f"
    ],
    "album": "Kaos",
    "release_id": "3ed964fb-4b8e-4329-9dfb-9f5691fbd47c",
    "release_group_id": null,
    "labels": [
        "La Oreja"
    ],
    "label_ids": [
        "432ce2cf-d2de-4481-bb7a-6d1d43105125"
    ],
    "release_date": "2007-09-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "French-Chilean artist. https://www.allmusic.com/artist/ana-tijoux-mn0002735403",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}