Information about plays

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

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

{
    "id": 372246,
    "uri": "https://api.kexp.org/v2/plays/372246/?format=api",
    "airdate": "2019-08-25T17:33:45-07:00",
    "show": 6201,
    "show_uri": "https://api.kexp.org/v2/shows/6201/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Don’t Wanna Be Funny Anymore",
    "track_id": "9b50ec18-1638-4770-85ec-08d261aaf0da",
    "recording_id": null,
    "artist": "Lucy Dacus",
    "artist_ids": [
        "dbe7fdf7-81b2-418b-b3f6-81ae71532f40"
    ],
    "album": "No Burden",
    "release_id": "380ad95b-634f-46d1-9d69-b8b067fe5f3d",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [],
    "release_date": "2016-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}