Information about plays

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

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

{
    "id": 429672,
    "uri": "https://api.kexp.org/v2/plays/429672/?format=api",
    "airdate": "2001-05-30T16:52:56-07:00",
    "show": 7221,
    "show_uri": "https://api.kexp.org/v2/shows/7221/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41aV1hNtOxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41aV1hNtOxL._SL75_.jpg",
    "song": "In Particular",
    "track_id": null,
    "recording_id": null,
    "artist": "Blonde Redhead",
    "artist_ids": [
        "6821bf3f-5d5b-4b0f-8fa4-79d2ab2d9219"
    ],
    "album": "Melody of Certain Damaged Lemons",
    "release_id": "d4bfe1a5-8b61-4862-a522-61e980dd6931",
    "release_group_id": null,
    "labels": [
        "Too Pure"
    ],
    "label_ids": [
        "ae5ab1f6-8ce6-4af0-9268-442b9067f537"
    ],
    "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"
}