Information about plays

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

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

{
    "id": 415434,
    "uri": "https://api.kexp.org/v2/plays/415434/?format=api",
    "airdate": "2001-04-16T20:00:00-07:00",
    "show": 6932,
    "show_uri": "https://api.kexp.org/v2/shows/6932/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31T36MZ7TSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31T36MZ7TSL._SL75_.jpg",
    "song": "Beng Beng Beng",
    "track_id": "268b496a-872c-4939-a64f-eb8687a497a6",
    "recording_id": null,
    "artist": "Femi Kuti",
    "artist_ids": [
        "702d2b90-eef0-4354-b2c4-6366eba92b7f"
    ],
    "album": "Shoki Shoki",
    "release_id": "b8c98dff-0970-4a82-9c8b-03410bd5961b",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}