Information about plays

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

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

{
    "id": 503087,
    "uri": "https://api.kexp.org/v2/plays/503087/?format=api",
    "airdate": "2002-01-02T21:04:00-08:00",
    "show": 8646,
    "show_uri": "https://api.kexp.org/v2/shows/8646/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Country Preacher",
    "track_id": null,
    "recording_id": null,
    "artist": "Cannonball Adderley",
    "artist_ids": [
        "a4c73ebe-b2c7-4f13-b99d-2fe1f9f27da8"
    ],
    "album": "The Best Of Cannonball Adderley - The Capital Years",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Capitol"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}