Information about plays

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

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

{
    "id": 529857,
    "uri": "https://api.kexp.org/v2/plays/529857/?format=api",
    "airdate": "2002-03-22T03:24:16-08:00",
    "show": 9169,
    "show_uri": "https://api.kexp.org/v2/shows/9169/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Btoum-Roumada",
    "track_id": "598c02be-4ade-49eb-86f7-14b39ab86902",
    "recording_id": null,
    "artist": "Aphex Twin",
    "artist_ids": [
        "f22942a1-6f70-4f48-866e-238cb2308fbd"
    ],
    "album": "Drukqs (disc 2)",
    "release_id": "0cb6f5eb-205b-48e2-9dc9-aa7b82060af9",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2001-10-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}