Information about plays

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

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

{
    "id": 347996,
    "uri": "https://api.kexp.org/v2/plays/347996/?format=api",
    "airdate": "2019-06-29T22:38:00-07:00",
    "show": 5798,
    "show_uri": "https://api.kexp.org/v2/shows/5798/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take it Easy (Mathew's Cullen's Suicide Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Lemonheads",
    "artist_ids": [
        "58a53082-a629-4ff1-a44d-7492d6f6e8fb"
    ],
    "album": "45",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}