Information about plays

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

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

{
    "id": 501020,
    "uri": "https://api.kexp.org/v2/plays/501020/?format=api",
    "airdate": "2001-12-27T14:56:00-08:00",
    "show": 8603,
    "show_uri": "https://api.kexp.org/v2/shows/8603/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51k8kXET1fL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51k8kXET1fL._SL75_.jpg",
    "song": "What a Day",
    "track_id": "418ee6a9-2265-4863-85ec-7fa487e4c5cf",
    "recording_id": null,
    "artist": "Ernest Ranglin",
    "artist_ids": [
        "924203bb-da5f-4bd0-9630-c753c7cb9774"
    ],
    "album": "Modern Answers to Old Problems",
    "release_id": "969d9ce3-c85f-4263-8bd1-2a275046d3ff",
    "release_group_id": null,
    "labels": [
        "Telarc"
    ],
    "label_ids": [
        "91adb2af-1f8d-4bf5-b86b-a0fbfde5020b"
    ],
    "release_date": "2000-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}