Information about plays

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

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

{
    "id": 429708,
    "uri": "https://api.kexp.org/v2/plays/429708/?format=api",
    "airdate": "2001-05-30T18:53:41-07:00",
    "show": 7222,
    "show_uri": "https://api.kexp.org/v2/shows/7222/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Ux1jS1XrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Ux1jS1XrL._SL75_.jpg",
    "song": "Avalon Blues",
    "track_id": "3939bbde-1f53-4ce3-be77-eb8a07358b83",
    "recording_id": null,
    "artist": "Mississippi John Hurt",
    "artist_ids": [
        "802484e0-90de-4611-9fa4-f5ef0c7727b6"
    ],
    "album": "Avalon Blues",
    "release_id": "b3e8b539-1721-49ff-9c56-bf4e9dc4baf5",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1963-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}