Information about plays

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

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

{
    "id": 2679589,
    "uri": "https://api.kexp.org/v2/plays/2679589/?format=api",
    "airdate": "2019-12-29T12:54:55-08:00",
    "show": 46250,
    "show_uri": "https://api.kexp.org/v2/shows/46250/?format=api",
    "image_uri": "https://coverartarchive.org/release/b478ef36-72da-432c-bd15-086e91a6a179/13408217275-250.jpg",
    "thumbnail_uri": "",
    "song": "The Throw",
    "track_id": "07f5a84f-7874-49ee-9267-22790314453c",
    "recording_id": null,
    "artist": "Jagwar Ma",
    "artist_ids": [
        "5b933654-f58b-438c-8652-90567e5495a1"
    ],
    "album": "Howlin",
    "release_id": "b478ef36-72da-432c-bd15-086e91a6a179",
    "release_group_id": null,
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2013-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}