Information about plays

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

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

{
    "id": 427674,
    "uri": "https://api.kexp.org/v2/plays/427674/?format=api",
    "airdate": "2001-05-24T17:34:17-07:00",
    "show": 7182,
    "show_uri": "https://api.kexp.org/v2/shows/7182/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Til You Get Enough",
    "track_id": null,
    "recording_id": null,
    "artist": "Charles Wright & The Watts 103rd Street Rhythm Band",
    "artist_ids": [
        "38d92e5b-8945-4080-aac2-6f8f444682d4"
    ],
    "album": "In the Jungle, Babe / Express Yourself",
    "release_id": "071b2eb5-fc24-4712-a622-9e4fd394eaf0",
    "release_group_id": null,
    "labels": [
        "Warner Brothers"
    ],
    "label_ids": [],
    "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"
}