Information about plays

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

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

{
    "id": 421316,
    "uri": "https://api.kexp.org/v2/plays/421316/?format=api",
    "airdate": "2001-05-04T22:20:00-07:00",
    "show": 7052,
    "show_uri": "https://api.kexp.org/v2/shows/7052/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QdsClHIkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QdsClHIkL._SL75_.jpg",
    "song": "When Jesus Gets a Brand New Name",
    "track_id": "ffb8a6c3-c7e9-4df9-b90d-994665743c5a",
    "recording_id": null,
    "artist": "Jim White",
    "artist_ids": [
        "e1f83b22-d40e-400a-8ebb-4e59b5b53d31"
    ],
    "album": "Wrong-Eyed Jesus! (Mysterious Tale of How I Shouted)",
    "release_id": "35a39f4c-8742-4944-933a-89bb94d52668",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "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"
}