Information about plays

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

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

{
    "id": 430483,
    "uri": "https://api.kexp.org/v2/plays/430483/?format=api",
    "airdate": "2001-06-01T23:36:00-07:00",
    "show": 7235,
    "show_uri": "https://api.kexp.org/v2/shows/7235/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511LPgokl0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511LPgokl0L._SL75_.jpg",
    "song": "Time to B.",
    "track_id": "4e05d065-667d-4731-a511-99f681e4f62c",
    "recording_id": null,
    "artist": "Barbara Manning and The Go-Luckys!",
    "artist_ids": [
        "49ef2576-5735-40b3-971d-ada7ec6400eb"
    ],
    "album": "You Should Know by Now",
    "release_id": "a7f553ac-7f8e-4377-ad15-188173b4074d",
    "release_group_id": null,
    "labels": [
        "Innerstate"
    ],
    "label_ids": [
        "6f048d19-7639-467e-8da0-97b3e084f688"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}