Information about plays

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

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

{
    "id": 429060,
    "uri": "https://api.kexp.org/v2/plays/429060/?format=api",
    "airdate": "2001-05-28T23:55:42-07:00",
    "show": 7211,
    "show_uri": "https://api.kexp.org/v2/shows/7211/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rv79CJQcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rv79CJQcL._SL75_.jpg",
    "song": "Old & New",
    "track_id": "2dd3bcf6-4978-4c8c-8a82-42cc1edcba03",
    "recording_id": null,
    "artist": "Miracle Legion",
    "artist_ids": [
        "b6967aa4-bc27-4000-a23c-c907a52ecbd9"
    ],
    "album": "Me and Mr. Ray",
    "release_id": "a10ad8b3-6b9c-4d41-885e-b906898405a3",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "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"
}