Information about plays

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

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

{
    "id": 486599,
    "uri": "https://api.kexp.org/v2/plays/486599/?format=api",
    "airdate": "2001-11-14T15:16:40-08:00",
    "show": 8323,
    "show_uri": "https://api.kexp.org/v2/shows/8323/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Maxwell's Army",
    "track_id": "44dfd183-8a3a-425d-8d61-3f4c1f3adb5e",
    "recording_id": null,
    "artist": "Palaxy Tracks",
    "artist_ids": [
        "35375a4a-159a-4704-a7da-7d195ddf7cbf"
    ],
    "album": "The Long Wind Down",
    "release_id": "452bba87-d870-43f3-b821-99efcc415b0d",
    "release_group_id": null,
    "labels": [
        "Grey Flat"
    ],
    "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"
}