Information about plays

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

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

{
    "id": 493326,
    "uri": "https://api.kexp.org/v2/plays/493326/?format=api",
    "airdate": "2001-12-04T16:45:00-08:00",
    "show": 8458,
    "show_uri": "https://api.kexp.org/v2/shows/8458/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let's Take It To The Stage",
    "track_id": null,
    "recording_id": null,
    "artist": "George Clinton",
    "artist_ids": [
        "84683370-5eae-418b-acd8-883ac028a8a0"
    ],
    "album": "Live... And Kickin' (disc 1/2",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Intersound"
    ],
    "label_ids": [
        "be0cffb1-b3f2-465f-8753-1d27c1a10caf"
    ],
    "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"
}