Information about plays

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

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

{
    "id": 532494,
    "uri": "https://api.kexp.org/v2/plays/532494/?format=api",
    "airdate": "2002-03-29T09:14:08-08:00",
    "show": 9217,
    "show_uri": "https://api.kexp.org/v2/shows/9217/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416C0aph3cL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416C0aph3cL._SL75_.jpg",
    "song": "Splinter",
    "track_id": "bcbd2899-4d03-43f8-9d14-babf6a833f6c",
    "recording_id": null,
    "artist": "Seafood",
    "artist_ids": [
        "dccf1cc6-cda8-49d5-b2c7-3bf7344bf143"
    ],
    "album": "When Do We Start Fighting...",
    "release_id": "7d531eb6-58c7-493e-a665-ad6fff380773",
    "release_group_id": null,
    "labels": [
        "Nettwerk America"
    ],
    "label_ids": [
        "284e302e-a5d5-48ae-8add-e047d3e0abba"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}