Information about plays

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

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

{
    "id": 2680563,
    "uri": "https://api.kexp.org/v2/plays/2680563/?format=api",
    "airdate": "2019-12-31T22:19:56-08:00",
    "show": 46267,
    "show_uri": "https://api.kexp.org/v2/shows/46267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eat Sleep a Go Go",
    "track_id": "aa340ef7-8849-38f6-9b4a-de42856ea3cb",
    "recording_id": null,
    "artist": "Get Smart!",
    "artist_ids": [
        "b3d3c614-e56a-4866-b97d-6cb5da650470"
    ],
    "album": "Words Move",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Syntax Records"
    ],
    "label_ids": [
        "33461e91-ff32-4ded-8258-a6acf92a4293"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}