Information about plays

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

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

{
    "id": 1380803,
    "uri": "https://api.kexp.org/v2/plays/1380803/?format=api",
    "airdate": "2008-06-01T01:10:10-07:00",
    "show": 24100,
    "show_uri": "https://api.kexp.org/v2/shows/24100/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VgXe87u1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VgXe87u1L._SL75_.jpg",
    "song": "Looking Back",
    "track_id": "a10a1923-079f-4734-81cc-4a96bb018837",
    "recording_id": null,
    "artist": "Albert Mangelsdorff & Reto Weber Percussion Orchestra",
    "artist_ids": [
        "c6ed6aaa-8cc9-47c0-beca-d0bee0b454dd"
    ],
    "album": "Live at Montreux Jazzfestival",
    "release_id": "8fcffdf6-6848-424f-a94b-2140a7c7f120",
    "release_group_id": null,
    "labels": [
        "Challenge Records"
    ],
    "label_ids": [
        "0b2c8631-4aa4-4952-8bf4-67d23a377803"
    ],
    "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"
}