Information about plays

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

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

{
    "id": 517359,
    "uri": "https://api.kexp.org/v2/plays/517359/?format=api",
    "airdate": "2002-02-13T11:53:00-08:00",
    "show": 8925,
    "show_uri": "https://api.kexp.org/v2/shows/8925/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ain't That Lovin' You Baby",
    "track_id": "cf6f1a9f-6f24-492b-ba56-8e9a5d4f4c10",
    "recording_id": null,
    "artist": "Charlie Musselwhite",
    "artist_ids": [
        "034c320b-0f58-4eca-8eb2-66cafac06b3b"
    ],
    "album": "One Night in America",
    "release_id": "d1c6f2e2-12fb-4686-958d-af7dfd0752a3",
    "release_group_id": null,
    "labels": [
        "Telarc"
    ],
    "label_ids": [
        "91adb2af-1f8d-4bf5-b86b-a0fbfde5020b"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}