Information about plays

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

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

{
    "id": 1284502,
    "uri": "https://api.kexp.org/v2/plays/1284502/?format=api",
    "airdate": "2007-09-28T06:31:12-07:00",
    "show": 22475,
    "show_uri": "https://api.kexp.org/v2/shows/22475/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61RC2UIk5pL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61RC2UIk5pL._SL75_.jpg",
    "song": "Nantes",
    "track_id": null,
    "recording_id": null,
    "artist": "Beirut",
    "artist_ids": [
        "0af78501-5647-4c18-9a0d-66ac8789e13b"
    ],
    "album": "The Flying Club Cup",
    "release_id": "75233d2d-f361-4992-91d7-0a7a6b6dcaed",
    "release_group_id": null,
    "labels": [
        "Ba Da Bing!"
    ],
    "label_ids": [
        "06d4f1d0-1c13-4648-b666-fce5f03d541f"
    ],
    "release_date": "2007-10-09",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}