Information about plays

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

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

{
    "id": 2678039,
    "uri": "https://api.kexp.org/v2/plays/2678039/?format=api",
    "airdate": "2019-12-25T17:13:00-08:00",
    "show": 46223,
    "show_uri": "https://api.kexp.org/v2/shows/46223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mr. Santa Claus",
    "track_id": null,
    "recording_id": null,
    "artist": "Nathaniel Mayer",
    "artist_ids": [
        "469d69cf-4971-468a-b9f8-be710a3fdd83"
    ],
    "album": "single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fortune"
    ],
    "label_ids": [
        "1afb41d6-713d-4d49-b1fc-11197b7c47b4"
    ],
    "release_date": "1962-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}