Information about plays

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

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

{
    "id": 2680561,
    "uri": "https://api.kexp.org/v2/plays/2680561/?format=api",
    "airdate": "2019-12-31T22:12:46-08:00",
    "show": 46267,
    "show_uri": "https://api.kexp.org/v2/shows/46267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yachting Types",
    "track_id": "caac95b5-12ec-4cf5-b117-2eefc92b6fb8",
    "recording_id": null,
    "artist": "Yachts",
    "artist_ids": [
        "ce56e765-2f89-4850-b1a8-5985ebdee73f"
    ],
    "album": "Yachting Types",
    "release_id": "3f66c2f9-be4d-49b4-957d-c54029e3bc4d",
    "release_group_id": null,
    "labels": [
        "Radar Records"
    ],
    "label_ids": [
        "3ee49dca-6b54-4c7b-976f-e31e6f691673"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}