Information about plays

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

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

{
    "id": 2678011,
    "uri": "https://api.kexp.org/v2/plays/2678011/?format=api",
    "airdate": "2019-12-25T15:56:20-08:00",
    "show": 46223,
    "show_uri": "https://api.kexp.org/v2/shows/46223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas With The Freaks",
    "track_id": null,
    "recording_id": null,
    "artist": "Oneida",
    "artist_ids": [
        "33c5f321-37b5-4c8e-8eff-a8a6a5ac2e44"
    ],
    "album": "single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Joyful Noise Recordings"
    ],
    "label_ids": [
        "ea3bb22e-d9c4-4739-a138-55b56816216f"
    ],
    "release_date": "2017-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}