Information about plays

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

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

{
    "id": 1376848,
    "uri": "https://api.kexp.org/v2/plays/1376848/?format=api",
    "airdate": "2008-05-21T15:54:51-07:00",
    "show": 24031,
    "show_uri": "https://api.kexp.org/v2/shows/24031/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51B6fOTAbgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51B6fOTAbgL._SL75_.jpg",
    "song": "Genio Del Dub (UB & O remix)",
    "track_id": "a266fa04-ea2a-4d75-b8ad-30b86f979bf9",
    "recording_id": null,
    "artist": "Up, Bustle & Out",
    "artist_ids": [
        "21576876-104b-401f-8607-0a9f0a190052"
    ],
    "album": "Mexican Sessions",
    "release_id": "5672ec04-7ecc-401e-8b81-98f785869d61",
    "release_group_id": null,
    "labels": [
        "XL ( Import )"
    ],
    "label_ids": [],
    "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"
}