Information about plays

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

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

{
    "id": 516070,
    "uri": "https://api.kexp.org/v2/plays/516070/?format=api",
    "airdate": "2002-02-09T16:32:00-08:00",
    "show": 8898,
    "show_uri": "https://api.kexp.org/v2/shows/8898/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cold Grey Light of Dawn",
    "track_id": "e1eccce4-88a1-454a-a27a-387a347c575d",
    "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"
}