Information about plays

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

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

{
    "id": 421586,
    "uri": "https://api.kexp.org/v2/plays/421586/?format=api",
    "airdate": "2001-05-05T21:00:00-07:00",
    "show": 7060,
    "show_uri": "https://api.kexp.org/v2/shows/7060/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51OymaTtn5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51OymaTtn5L._SL75_.jpg",
    "song": "Secrets of the Floating Island",
    "track_id": "10ff1067-3690-45d8-9aae-e83354ad69d6",
    "recording_id": null,
    "artist": "XRS Land",
    "artist_ids": [
        "e0a1b0c8-8091-41db-bb69-424c0ef72aa9"
    ],
    "album": "The Brasil EP",
    "release_id": "9e26e22f-8094-4461-9dc1-16ce5f0be42f",
    "release_group_id": null,
    "labels": [
        "V Recordings"
    ],
    "label_ids": [
        "6d44386b-dc7c-4bba-966b-52fe641ad4d0"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}