Information about plays

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

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

{
    "id": 532869,
    "uri": "https://api.kexp.org/v2/plays/532869/?format=api",
    "airdate": "2002-03-30T11:06:35-08:00",
    "show": 9226,
    "show_uri": "https://api.kexp.org/v2/shows/9226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pound Get A Blow",
    "track_id": "4564ec0b-72f9-4b44-9dcb-2fc4d42aa765",
    "recording_id": null,
    "artist": "The Upsetters",
    "artist_ids": [
        "7bcf8b20-72a6-48b1-bad3-b28869090dda"
    ],
    "album": "Lee Perry & Friends: Shocks of Mighty (1969-74)",
    "release_id": "6fa9240b-298e-4f40-a633-8c0451e336bd",
    "release_group_id": null,
    "labels": [
        "Attack"
    ],
    "label_ids": [
        "a56f4dcb-b28f-4502-9efc-6a80ab4cf213"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}