Information about plays

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

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

{
    "id": 515409,
    "uri": "https://api.kexp.org/v2/plays/515409/?format=api",
    "airdate": "2002-02-07T19:36:00-08:00",
    "show": 8886,
    "show_uri": "https://api.kexp.org/v2/shows/8886/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In a Town This Size",
    "track_id": "4f106f0a-71ba-4c2e-bedb-c6e7e8716fd5",
    "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": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}