Information about plays

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

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

{
    "id": 430971,
    "uri": "https://api.kexp.org/v2/plays/430971/?format=api",
    "airdate": "2001-06-03T17:15:47-07:00",
    "show": 7247,
    "show_uri": "https://api.kexp.org/v2/shows/7247/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61jID3HnJcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61jID3HnJcL._SL75_.jpg",
    "song": "Chaque Jour",
    "track_id": "ee6148dc-5cdd-4a40-91cb-33990874dbcc",
    "recording_id": null,
    "artist": "Bertrand Burgalat",
    "artist_ids": [
        "49d52484-7cdc-433c-b344-159f0166e757"
    ],
    "album": "The Sssound of Mmmusic",
    "release_id": "5546b951-24f5-45d5-aff4-0a10dd9dff1b",
    "release_group_id": null,
    "labels": [
        "Tricatel"
    ],
    "label_ids": [
        "35d9efd3-f679-4785-bb68-13b4be919050"
    ],
    "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"
}