Information about plays

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

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

{
    "id": 532249,
    "uri": "https://api.kexp.org/v2/plays/532249/?format=api",
    "airdate": "2002-03-28T18:37:44-08:00",
    "show": 9214,
    "show_uri": "https://api.kexp.org/v2/shows/9214/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XB0NB6XYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XB0NB6XYL._SL75_.jpg",
    "song": "Black Train",
    "track_id": "a076b84b-e368-48c8-b7b1-92f7918c6ef0",
    "recording_id": null,
    "artist": "PinMonkey",
    "artist_ids": [
        "1dbc8abd-3754-4079-a0c0-4e859f3af157"
    ],
    "album": "Speak No Evil",
    "release_id": "f18a9230-7cb6-478d-b57f-789f3781c4bf",
    "release_group_id": null,
    "labels": [
        "Drifter's Church"
    ],
    "label_ids": [],
    "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"
}