Information about plays

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

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

{
    "id": 428914,
    "uri": "https://api.kexp.org/v2/plays/428914/?format=api",
    "airdate": "2001-05-28T13:47:08-07:00",
    "show": 7208,
    "show_uri": "https://api.kexp.org/v2/shows/7208/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41xaTtBdhpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41xaTtBdhpL._SL75_.jpg",
    "song": "Naughty Fatalist",
    "track_id": "92ecd7e7-b2bd-4860-9d16-b332435ac27a",
    "recording_id": null,
    "artist": "Vic Chestnutt",
    "artist_ids": [
        "b07cdbbe-421e-418a-bbb7-ce0d8d53bfa8"
    ],
    "album": "Drunk",
    "release_id": "18d74ee5-a687-4062-9f51-de19969eacf2",
    "release_group_id": null,
    "labels": [
        "Texas Hotel"
    ],
    "label_ids": [
        "e7eccaa4-e2b7-4a02-9754-93029bdcd230"
    ],
    "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"
}