Information about plays

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

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

{
    "id": 1353944,
    "uri": "https://api.kexp.org/v2/plays/1353944/?format=api",
    "airdate": "2008-03-25T02:35:04-07:00",
    "show": 23650,
    "show_uri": "https://api.kexp.org/v2/shows/23650/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51PzqiYv0EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51PzqiYv0EL._SL75_.jpg",
    "song": "I'll Be Your Chauffeur",
    "track_id": null,
    "recording_id": null,
    "artist": "David J",
    "artist_ids": [
        "41225e9f-3b4c-4287-a778-165c65f04be9"
    ],
    "album": "Songs From Another Season",
    "release_id": "57900e05-3e94-4b5f-a3e3-f522e1899f87",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}