Information about plays

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

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

{
    "id": 421888,
    "uri": "https://api.kexp.org/v2/plays/421888/?format=api",
    "airdate": "2001-05-07T02:16:00-07:00",
    "show": 7067,
    "show_uri": "https://api.kexp.org/v2/shows/7067/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ln%2BjoK9iL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ln%2BjoK9iL._SL75_.jpg",
    "song": "Fortune Teller",
    "track_id": "4d47dbef-2bb2-4657-bfa6-c4b88273e428",
    "recording_id": null,
    "artist": "999",
    "artist_ids": [
        "90967f7a-dccf-43f8-a212-e84b34e24a7d"
    ],
    "album": "Concrete",
    "release_id": "e5e70fb8-017f-4e5a-99d6-313fd4d52669",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "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"
}