Information about plays

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

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

{
    "id": 451875,
    "uri": "https://api.kexp.org/v2/plays/451875/?format=api",
    "airdate": "2001-08-03T18:31:12-07:00",
    "show": 7642,
    "show_uri": "https://api.kexp.org/v2/shows/7642/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slow Down",
    "track_id": "28558e76-57b8-4e9e-adb2-99f992a6f9b7",
    "recording_id": null,
    "artist": "Larry Williams",
    "artist_ids": [
        "78926ef1-69ee-4a37-9379-e55e6ca14928"
    ],
    "album": "Loud, Fast & Out of Control: The Wild Sounds of '50s Rock (disc 4)",
    "release_id": "83e45a4c-6999-4a11-9be8-cc09b3e1e713",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "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"
}