Information about plays

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

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

{
    "id": 459849,
    "uri": "https://api.kexp.org/v2/plays/459849/?format=api",
    "airdate": "2001-08-26T21:03:45-07:00",
    "show": 7800,
    "show_uri": "https://api.kexp.org/v2/shows/7800/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "East Coast vs. West Coast EP (Identity Crisis)",
    "track_id": "2fc0638d-5405-4373-89fb-c4c68f4b33d2",
    "recording_id": null,
    "artist": "DJ Abstract",
    "artist_ids": [
        "13a00315-a173-4115-a39b-53c0ced2944c"
    ],
    "album": "Balance 004: Phil K (disc 1)",
    "release_id": "c311d5d6-e5b1-4f56-a415-3a04d956ec67",
    "release_group_id": null,
    "labels": [
        "Vehicle"
    ],
    "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"
}