Information about plays

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

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

{
    "id": 380941,
    "uri": "https://api.kexp.org/v2/plays/380941/?format=api",
    "airdate": "2019-09-14T21:46:58-07:00",
    "show": 6341,
    "show_uri": "https://api.kexp.org/v2/shows/6341/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Right Side of My Mind",
    "track_id": "3b6f3152-b277-3d37-bfe7-826954b08e43",
    "recording_id": null,
    "artist": "Angry Samoans",
    "artist_ids": [
        "9975369b-6fc1-455e-91d4-d3c8b1772e57"
    ],
    "album": "Inside My Brain",
    "release_id": "f29574f0-8050-4b19-8141-952b8b347747",
    "release_group_id": null,
    "labels": [
        "Triple X Records"
    ],
    "label_ids": [
        "4e33b5f0-f45f-4b24-9f20-fc75b6b7b07b"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}