Information about plays

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

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

{
    "id": 373886,
    "uri": "https://api.kexp.org/v2/plays/373886/?format=api",
    "airdate": "2019-08-29T07:11:18-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Choose Yourself",
    "track_id": "48081ff4-ed33-4ea1-8426-3e97c0e3402b",
    "recording_id": null,
    "artist": "Star Slinger",
    "artist_ids": [
        "4bf72a7b-0675-4d48-a4a0-03de57d1d6be"
    ],
    "album": "Choose Yourself",
    "release_id": "2767c366-0926-4eb7-ac45-6f406a999d24",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-01-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Star Slinger (the alias for Darren Williams) was inspired by Baz Luhrman’s 1999 spoken word song \"Everybody's Free To Wear Sunscreen\" for this track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}