Information about plays

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

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

{
    "id": 462632,
    "uri": "https://api.kexp.org/v2/plays/462632/?format=api",
    "airdate": "2001-09-04T04:18:45-07:00",
    "show": 7856,
    "show_uri": "https://api.kexp.org/v2/shows/7856/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Mod Squad Theme (Champagne Charlie remix)",
    "track_id": "6f7da41a-e8d0-4ec7-8b03-37e21bc76019",
    "recording_id": null,
    "artist": "Al Caiola",
    "artist_ids": [
        "e487b48c-ea53-4c5c-ba96-ff8287de3669"
    ],
    "album": "Electro Lounge, Volume Two",
    "release_id": "39ff0b2a-f2a9-41de-abe3-d81ed2b01dfe",
    "release_group_id": null,
    "labels": [
        "The Right Stuff"
    ],
    "label_ids": [
        "14227f2c-ac23-4746-bf83-d54e29051004"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}