Information about plays

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

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

{
    "id": 347574,
    "uri": "https://api.kexp.org/v2/plays/347574/?format=api",
    "airdate": "2019-06-28T20:16:00-07:00",
    "show": 5787,
    "show_uri": "https://api.kexp.org/v2/shows/5787/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Yourself Be Seen",
    "track_id": "2bad62dd-6d76-4833-841e-14089b39a080",
    "recording_id": null,
    "artist": "Doomsquad",
    "artist_ids": [
        "3f85a87d-77fc-440f-a82b-8b66f9c18df5"
    ],
    "album": "Let Yourself Be Seen",
    "release_id": "244e4e27-75b9-4440-ab4f-a231103b0707",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A creative group of siblings from Canada with an even better website URL: https://www.666hell.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}