Information about plays

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

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

{
    "id": 489025,
    "uri": "https://api.kexp.org/v2/plays/489025/?format=api",
    "airdate": "2001-11-21T20:01:00-08:00",
    "show": 8371,
    "show_uri": "https://api.kexp.org/v2/shows/8371/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517sjddmYcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517sjddmYcL._SL75_.jpg",
    "song": "That's the Way I Feel About 'Cha",
    "track_id": "ba4b8dbb-f939-41a8-9a05-599abc69b504",
    "recording_id": null,
    "artist": "Bobby Womack",
    "artist_ids": [
        "48e78462-2f0b-4a1a-9fa4-0585e2991e80"
    ],
    "album": "The Best of Bobby Womack",
    "release_id": "34e96807-ad12-4697-9b20-049f40461765",
    "release_group_id": null,
    "labels": [
        "CEMA"
    ],
    "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"
}