Information about plays

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

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

{
    "id": 502436,
    "uri": "https://api.kexp.org/v2/plays/502436/?format=api",
    "airdate": "2002-01-01T00:39:00-08:00",
    "show": 8634,
    "show_uri": "https://api.kexp.org/v2/shows/8634/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DSQoGGfaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DSQoGGfaL._SL75_.jpg",
    "song": "No More (feat. Craig David)",
    "track_id": "68040cf8-a4d9-4d90-a65e-b02cb83f958a",
    "recording_id": null,
    "artist": "Guru",
    "artist_ids": [
        "215c6ab2-7888-4061-bd56-9fb650328106"
    ],
    "album": "Jazzmatazz, Volume 3: Streetsoul",
    "release_id": "aff7c213-fb34-4c85-8b78-544abde0092b",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2000-10-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}