Information about plays

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

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

{
    "id": 1383820,
    "uri": "https://api.kexp.org/v2/plays/1383820/?format=api",
    "airdate": "2008-06-10T03:20:38-07:00",
    "show": 24160,
    "show_uri": "https://api.kexp.org/v2/shows/24160/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Rockafeller Skank",
    "track_id": "f4abefd8-a583-441d-bf77-c6f633169b8d",
    "recording_id": null,
    "artist": "Fatboy Slim",
    "artist_ids": [
        "34c63966-445c-4613-afe1-4f0e1e53ae9a"
    ],
    "album": "The Greatest Hits of 1998 (disc 1)",
    "release_id": "6b8f6d89-127e-4297-9f3b-3d2be12324c5",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}