Information about plays

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

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

{
    "id": 531923,
    "uri": "https://api.kexp.org/v2/plays/531923/?format=api",
    "airdate": "2002-03-27T22:19:00-08:00",
    "show": 9209,
    "show_uri": "https://api.kexp.org/v2/shows/9209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Good? (It Ain't and That's the Truth) (MJ Cole remix)",
    "track_id": "b30c9046-c00d-4442-9eaf-4b012b9b7e9c",
    "recording_id": null,
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "All Good? (It Ain't and That's the Truth)",
    "release_id": "3ca732f1-52da-4f96-b0a0-0c1785bef20d",
    "release_group_id": null,
    "labels": [
        "Tommy Boy Music"
    ],
    "label_ids": [
        "25782561-07e5-453b-b2e9-6a7c39f86a3e"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}