Information about plays

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

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

{
    "id": 415869,
    "uri": "https://api.kexp.org/v2/plays/415869/?format=api",
    "airdate": "2001-04-17T23:43:38-07:00",
    "show": 6939,
    "show_uri": "https://api.kexp.org/v2/shows/6939/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/215NBHC5K7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/215NBHC5K7L._SL75_.jpg",
    "song": "Man Called Aerodynamics",
    "track_id": "e52604fb-283f-4217-8e2e-15a4f9af17c0",
    "recording_id": null,
    "artist": "Guided By Voices",
    "artist_ids": [
        "6c85f4c3-026c-4c16-9a7c-f546f42ed0fb"
    ],
    "album": "Under the Bushes Under the Stars",
    "release_id": "a26bac22-77e3-43f0-a7d4-54578efd1a0b",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1996-03-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}