Information about plays

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

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

{
    "id": 453222,
    "uri": "https://api.kexp.org/v2/plays/453222/?format=api",
    "airdate": "2001-08-07T18:30:00-07:00",
    "show": 7669,
    "show_uri": "https://api.kexp.org/v2/shows/7669/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51bsfPGKrgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51bsfPGKrgL._SL75_.jpg",
    "song": "Da je višjna",
    "track_id": "3585c6f0-198a-45f7-9081-039059d780e4",
    "recording_id": null,
    "artist": "Márta Sebestyén",
    "artist_ids": [
        "0d3177ea-becd-461c-a364-af1760c8f367"
    ],
    "album": "The Best of Márta Sebestyén",
    "release_id": "b3b684b2-e362-4eef-8470-cdfbc8a4608a",
    "release_group_id": null,
    "labels": [
        "Hannibal"
    ],
    "label_ids": [
        "7fd6a368-1932-4621-88e1-9a71929ee9b9"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}