Information about plays

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

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

{
    "id": 419001,
    "uri": "https://api.kexp.org/v2/plays/419001/?format=api",
    "airdate": "2001-04-28T00:04:17-07:00",
    "show": 7001,
    "show_uri": "https://api.kexp.org/v2/shows/7001/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41104PYCQ8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41104PYCQ8L._SL75_.jpg",
    "song": "Big City Secrets",
    "track_id": null,
    "recording_id": null,
    "artist": "Joseph Arthur",
    "artist_ids": [
        "f24c343a-5c24-4633-8ae4-9a3e8cc1eee7"
    ],
    "album": "Big City Secrets",
    "release_id": "4669da7c-80bc-4823-ae97-c9accffd7910",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "1997-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}