Information about plays

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

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

{
    "id": 505461,
    "uri": "https://api.kexp.org/v2/plays/505461/?format=api",
    "airdate": "2002-01-09T20:00:00-08:00",
    "show": 8692,
    "show_uri": "https://api.kexp.org/v2/shows/8692/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love My Baby",
    "track_id": "78e1902d-5688-4cca-9020-e2e414dc0989",
    "recording_id": null,
    "artist": "Little Junior Parker & His Blue Flames",
    "artist_ids": [
        "add5490e-fc32-4614-bce5-f5c264c74261"
    ],
    "album": "The Legendary Sun Records Story, Volume 2 (disc 3)",
    "release_id": "0da43afa-e835-4d04-800d-a425c6389e92",
    "release_group_id": null,
    "labels": [],
    "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"
}