Information about plays

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

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

{
    "id": 344889,
    "uri": "https://api.kexp.org/v2/plays/344889/?format=api",
    "airdate": "2019-06-22T22:23:00-07:00",
    "show": 5749,
    "show_uri": "https://api.kexp.org/v2/shows/5749/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Manatee Smacker",
    "track_id": null,
    "recording_id": null,
    "artist": "The Eat",
    "artist_ids": [
        "bc23fb4b-cb5f-4966-a005-1ca7f8f5bbc4"
    ],
    "album": "It's Not The Eat",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [
        "f1273178-651b-4d02-8f21-4ab1ec5a689a"
    ],
    "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"
}