Information about plays

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

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

{
    "id": 464759,
    "uri": "https://api.kexp.org/v2/plays/464759/?format=api",
    "airdate": "2001-09-10T12:04:17-07:00",
    "show": 7897,
    "show_uri": "https://api.kexp.org/v2/shows/7897/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Version 45 Style",
    "track_id": "4219ec51-0f52-4b55-a5c6-3297b1e1c7ef",
    "recording_id": null,
    "artist": "Graig Markel",
    "artist_ids": [
        "b24f54c8-24fd-4fdd-98c1-91b3d797cd2f"
    ],
    "album": "The Summer Fire E.P.",
    "release_id": "e05f8f34-d337-48f0-b892-6a2de1ada511",
    "release_group_id": null,
    "labels": [
        "Recovery"
    ],
    "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"
}