Information about plays

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

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

{
    "id": 492464,
    "uri": "https://api.kexp.org/v2/plays/492464/?format=api",
    "airdate": "2001-12-02T03:52:00-08:00",
    "show": 8441,
    "show_uri": "https://api.kexp.org/v2/shows/8441/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Symptom Of the Universe",
    "track_id": null,
    "recording_id": null,
    "artist": "Sepultura",
    "artist_ids": [
        "1d93c839-22e7-4f76-ad84-d27039efc048"
    ],
    "album": "VA/Nativity In Black: A Tribute To Black Sabbath",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "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"
}