Information about plays

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

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

{
    "id": 1389991,
    "uri": "https://api.kexp.org/v2/plays/1389991/?format=api",
    "airdate": "2008-06-25T18:13:33-07:00",
    "show": 24261,
    "show_uri": "https://api.kexp.org/v2/shows/24261/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TOc6c2Z9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TOc6c2Z9L._SL75_.jpg",
    "song": "On Your Way Down",
    "track_id": "14f5e5cf-7cfb-4538-b6d6-6c3525153992",
    "recording_id": null,
    "artist": "Allen Toussaint",
    "artist_ids": [
        "ec21cced-2d22-4883-9ee3-f642e6e52f58"
    ],
    "album": "Life, Love and Faith",
    "release_id": "32e8d284-1f64-4942-95a9-0a29eb37063d",
    "release_group_id": null,
    "labels": [
        "Water"
    ],
    "label_ids": [
        "315653ce-0008-4aff-9811-bb886ff9b8f8"
    ],
    "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"
}