Information about plays

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

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

{
    "id": 438488,
    "uri": "https://api.kexp.org/v2/plays/438488/?format=api",
    "airdate": "2001-06-25T20:49:05-07:00",
    "show": 7389,
    "show_uri": "https://api.kexp.org/v2/shows/7389/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DSW62VKNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DSW62VKNL._SL75_.jpg",
    "song": "Almaz men eda nèw",
    "track_id": "4cf6736a-2c78-4d34-b500-619a28301f46",
    "recording_id": null,
    "artist": "Mahmoud Ahmed",
    "artist_ids": [
        "0aba82ae-573d-40c2-9efe-4cd5a09a2c10"
    ],
    "album": "Éthiopiques 6: Almaz",
    "release_id": "b3da2be6-563f-48f0-a278-130dac836dea",
    "release_group_id": null,
    "labels": [
        "Buda Musique"
    ],
    "label_ids": [
        "cc691994-6790-493a-8462-e12f046b4bee"
    ],
    "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"
}