Information about plays

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

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

{
    "id": 350424,
    "uri": "https://api.kexp.org/v2/plays/350424/?format=api",
    "airdate": "2019-07-05T11:14:47-07:00",
    "show": 5835,
    "show_uri": "https://api.kexp.org/v2/shows/5835/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Salty",
    "track_id": "f2e0fb78-a0ee-436d-be4d-87f1228a6057",
    "recording_id": null,
    "artist": "KAZU",
    "artist_ids": [
        "fc70a1c9-5f06-4ddf-b1a6-984fc3e2d861"
    ],
    "album": "Salty",
    "release_id": "4615882e-19a4-45ef-be63-6be71f4909d9",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-04-11",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kazu is the project of Blonde Redhead vocalist Kazu Makino. Makino is putting out her debut solo album, entitled <em>Adult Baby</em>, later this year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}