Information about plays

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

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

{
    "id": 487094,
    "uri": "https://api.kexp.org/v2/plays/487094/?format=api",
    "airdate": "2001-11-15T23:30:00-08:00",
    "show": 8331,
    "show_uri": "https://api.kexp.org/v2/shows/8331/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Since When ( three )",
    "track_id": null,
    "recording_id": null,
    "artist": "Flying Saucer Attack",
    "artist_ids": [
        "e40d316c-85f5-42b3-9034-5ecbc38e3285"
    ],
    "album": "Harmony Of The Spheres ( compilation )",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Drunken Fish Records"
    ],
    "label_ids": [
        "e0fe240e-d7e8-4fb3-b5ad-a6a76aae8bdd"
    ],
    "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"
}