Information about plays

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

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

{
    "id": 464138,
    "uri": "https://api.kexp.org/v2/plays/464138/?format=api",
    "airdate": "2001-09-08T12:16:00-07:00",
    "show": 7883,
    "show_uri": "https://api.kexp.org/v2/shows/7883/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She's Still Bewitching Me",
    "track_id": "b74b4bf2-c80a-42f6-8d1b-df3135c53bde",
    "recording_id": null,
    "artist": "The Green Pajamas",
    "artist_ids": [
        "6af46977-4c37-4c32-b435-a7233f05dacc"
    ],
    "album": "Seven Fathoms Down and Falling",
    "release_id": "a5b6d4ad-e0ce-4791-8a64-ddecb0e9034e",
    "release_group_id": null,
    "labels": [
        "woronzow records"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}