Information about plays

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

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

{
    "id": 433328,
    "uri": "https://api.kexp.org/v2/plays/433328/?format=api",
    "airdate": "2001-06-10T18:21:10-07:00",
    "show": 7290,
    "show_uri": "https://api.kexp.org/v2/shows/7290/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bringin' It Back (remix)",
    "track_id": "880194a8-0755-42d9-a809-5158361038fb",
    "recording_id": null,
    "artist": "Planet Asia",
    "artist_ids": [
        "15d2ba47-d023-43da-808a-ceeb671bf8a5"
    ],
    "album": "Redneck Olympics",
    "release_id": "329a2e71-6bf0-45d1-80de-24a0b2f82f45",
    "release_group_id": null,
    "labels": [
        "Blackberry"
    ],
    "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"
}