Information about plays

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

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

{
    "id": 368929,
    "uri": "https://api.kexp.org/v2/plays/368929/?format=api",
    "airdate": "2019-08-18T02:35:03-07:00",
    "show": 6150,
    "show_uri": "https://api.kexp.org/v2/shows/6150/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ruin",
    "track_id": "50035ae0-b000-4e65-a221-9c0adf03d129",
    "recording_id": null,
    "artist": "Cat Power",
    "artist_ids": [
        "05755bf1-380c-487f-983f-d1a02401fa28"
    ],
    "album": "Sun (sampler)",
    "release_id": "41850aed-95f2-4407-91f9-d85d742661f9",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}