Information about plays

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

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

{
    "id": 515003,
    "uri": "https://api.kexp.org/v2/plays/515003/?format=api",
    "airdate": "2002-02-06T18:40:00-08:00",
    "show": 8880,
    "show_uri": "https://api.kexp.org/v2/shows/8880/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Smoke My Peace Pipe (Smoke It Right)",
    "track_id": "d4d12f1f-ba6f-4415-8e13-6e0a2ccb0b7f",
    "recording_id": null,
    "artist": "The Wild Magnolias",
    "artist_ids": [
        "db0a8f0a-ddb4-4fd3-908a-ae28045f7ed4"
    ],
    "album": "The Wild Magnolias (feat. The New Orleans Project)",
    "release_id": "963b1e7e-592c-4d20-9be6-1c9a9f16a202",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1993-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}