Information about plays

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

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

{
    "id": 486233,
    "uri": "https://api.kexp.org/v2/plays/486233/?format=api",
    "airdate": "2001-11-13T15:00:00-08:00",
    "show": 8317,
    "show_uri": "https://api.kexp.org/v2/shows/8317/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Geno's Two Step",
    "track_id": "bb664c22-aebe-4b58-8527-ce6da90a92ef",
    "recording_id": null,
    "artist": "Geno Delafose",
    "artist_ids": [
        "c7f3fda1-3775-4d8b-94a4-fc9601db1a45"
    ],
    "album": "That's What I'm Talkin' About!",
    "release_id": "33475338-39cd-4b54-acfe-ff2ad347146e",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1996-06-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}