Information about plays

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

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

{
    "id": 491470,
    "uri": "https://api.kexp.org/v2/plays/491470/?format=api",
    "airdate": "2001-11-29T03:34:00-08:00",
    "show": 8421,
    "show_uri": "https://api.kexp.org/v2/shows/8421/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Expo2000 (UR Infiltrated mix)",
    "track_id": "ec9fb1af-1e60-4508-8eab-65c6048dad4a",
    "recording_id": null,
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "Expo Remix",
    "release_id": "7edc74b6-b92a-48fe-9c80-c778833d76e6",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "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"
}