Information about plays

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

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

{
    "id": 2670693,
    "uri": "https://api.kexp.org/v2/plays/2670693/?format=api",
    "airdate": "2019-12-08T18:18:00-08:00",
    "show": 46105,
    "show_uri": "https://api.kexp.org/v2/shows/46105/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Star Wars",
    "track_id": null,
    "recording_id": null,
    "artist": "Kelis",
    "artist_ids": [
        "1239d1bc-cc09-43e0-bcd0-374f60346138"
    ],
    "album": "Wanderland",
    "release_id": "bfc789db-216a-4091-a80b-0b051aa98924",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}