Information about plays

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

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

{
    "id": 438003,
    "uri": "https://api.kexp.org/v2/plays/438003/?format=api",
    "airdate": "2001-06-24T09:52:00-07:00",
    "show": 7379,
    "show_uri": "https://api.kexp.org/v2/shows/7379/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51hMNkNLGKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51hMNkNLGKL._SL75_.jpg",
    "song": "$100 Bill",
    "track_id": "106ac5f8-fbd0-478d-bcd2-2578b4b664ff",
    "recording_id": null,
    "artist": "Anson Funderburgh & The Rockets",
    "artist_ids": [
        "c8ef63fa-7547-4335-886c-354c21a3e9ed"
    ],
    "album": "Change in My Pocket",
    "release_id": "7d1b549c-cf62-4b3a-98c9-457aee0197d9",
    "release_group_id": null,
    "labels": [
        "Bullseye Blues"
    ],
    "label_ids": [
        "3d265791-0123-4811-a223-751edb2759a6"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}