Information about plays

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

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

{
    "id": 414549,
    "uri": "https://api.kexp.org/v2/plays/414549/?format=api",
    "airdate": "2001-04-09T10:00:00-07:00",
    "show": 6912,
    "show_uri": "https://api.kexp.org/v2/shows/6912/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VbXsQjYfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VbXsQjYfL._SL75_.jpg",
    "song": "Run Wild",
    "track_id": null,
    "recording_id": null,
    "artist": "Guided By Voices",
    "artist_ids": [
        "6c85f4c3-026c-4c16-9a7c-f546f42ed0fb"
    ],
    "album": "Isolation Drills",
    "release_id": "205df17f-3ae9-4991-a46f-bbf7b8c12862",
    "release_group_id": null,
    "labels": [
        "TVT Records"
    ],
    "label_ids": [
        "c9117237-b78b-4e47-b452-c9d94fb34916"
    ],
    "release_date": "2001-04-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}