Information about plays

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

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

{
    "id": 504320,
    "uri": "https://api.kexp.org/v2/plays/504320/?format=api",
    "airdate": "2002-01-06T18:23:04-08:00",
    "show": 8673,
    "show_uri": "https://api.kexp.org/v2/shows/8673/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Yo Self Up(REMIX)",
    "track_id": null,
    "recording_id": null,
    "artist": "KRS‐One",
    "artist_ids": [
        "fc4568b6-cbe3-4a3d-8409-28510c19e3e2"
    ],
    "album": "The Mind",
    "release_id": "15696be9-25e1-42c2-a0e6-37599a01e46f",
    "release_group_id": null,
    "labels": [
        "Koch"
    ],
    "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"
}