Information about plays

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

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

{
    "id": 533606,
    "uri": "https://api.kexp.org/v2/plays/533606/?format=api",
    "airdate": "2002-04-01T18:29:22-08:00",
    "show": 9244,
    "show_uri": "https://api.kexp.org/v2/shows/9244/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413Y8RM3VXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413Y8RM3VXL._SL75_.jpg",
    "song": "N'Tamagnoko",
    "track_id": "0face20f-04a3-4631-989f-b7dc34f6cca3",
    "recording_id": null,
    "artist": "Nahawa Doumbia",
    "artist_ids": [
        "1d0f0e40-c454-4e3d-92e0-09579fabba1f"
    ],
    "album": "Yaala",
    "release_id": "7670f723-b7db-4c85-a104-1e1c86da649d",
    "release_group_id": null,
    "labels": [
        "Cobalt(France0"
    ],
    "label_ids": [],
    "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"
}