Information about plays

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

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

{
    "id": 2680572,
    "uri": "https://api.kexp.org/v2/plays/2680572/?format=api",
    "airdate": "2019-12-31T22:43:00-08:00",
    "show": 46267,
    "show_uri": "https://api.kexp.org/v2/shows/46267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Like Boys",
    "track_id": "28f3a4f0-e094-4496-a0ee-c1645b639be0",
    "recording_id": null,
    "artist": "Missing Persons",
    "artist_ids": [
        "98eb6868-9f31-400e-90d8-9a46380c1bdd"
    ],
    "album": "Missing Persons",
    "release_id": "ff8fc795-38e2-450b-806b-4ff67f416ac0",
    "release_group_id": null,
    "labels": [
        "Komos"
    ],
    "label_ids": [
        "0d6e4dcd-2a78-4f50-8ca5-1048d6f5fc75"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}