Information about plays

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

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

{
    "id": 483188,
    "uri": "https://api.kexp.org/v2/plays/483188/?format=api",
    "airdate": "2001-11-03T12:27:41-08:00",
    "show": 8250,
    "show_uri": "https://api.kexp.org/v2/shows/8250/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51pH1rgyF8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51pH1rgyF8L._SL75_.jpg",
    "song": "Donna",
    "track_id": "81c25acd-9542-4181-ad10-3894688c2c8c",
    "recording_id": null,
    "artist": "Art of Noise",
    "artist_ids": [
        "be899560-1570-402e-9f95-3182898a8b70"
    ],
    "album": "Into Battle With the Art of Noise",
    "release_id": "9e2b7522-aafa-4165-9590-7375ebf49b52",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}