Information about plays

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

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

{
    "id": 422615,
    "uri": "https://api.kexp.org/v2/plays/422615/?format=api",
    "airdate": "2001-05-09T04:48:00-07:00",
    "show": 7082,
    "show_uri": "https://api.kexp.org/v2/shows/7082/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411N2SJDN7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411N2SJDN7L._SL75_.jpg",
    "song": "Map of the City",
    "track_id": "fe1c46e8-9e22-4401-bfa3-18226d6f6bfb",
    "recording_id": null,
    "artist": "Royal Trux",
    "artist_ids": [
        "87e27246-8c40-407f-bfb3-5dc416557eeb"
    ],
    "album": "Thank You",
    "release_id": "3c8e482f-d857-41d8-9cf3-d8d03610a826",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}