Information about plays

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

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

{
    "id": 376798,
    "uri": "https://api.kexp.org/v2/plays/376798/?format=api",
    "airdate": "2019-09-05T01:24:43-07:00",
    "show": 6271,
    "show_uri": "https://api.kexp.org/v2/shows/6271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Loud Light",
    "track_id": null,
    "recording_id": null,
    "artist": "YACHT",
    "artist_ids": [],
    "album": "Chain Tripping",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Latest LP from L.A.'s YACHT - https://yacht.bandcamp.com/album/chain-tripping",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}