Information about plays

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

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

{
    "id": 510033,
    "uri": "https://api.kexp.org/v2/plays/510033/?format=api",
    "airdate": "2002-01-23T15:07:00-08:00",
    "show": 8786,
    "show_uri": "https://api.kexp.org/v2/shows/8786/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Got Love",
    "track_id": "9fd5e9d7-6d7b-462c-bfaa-8af5a772693e",
    "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 Bros."
    ],
    "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"
}