Information about plays

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

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

{
    "id": 2679967,
    "uri": "https://api.kexp.org/v2/plays/2679967/?format=api",
    "airdate": "2019-12-30T13:28:52-08:00",
    "show": 46258,
    "show_uri": "https://api.kexp.org/v2/shows/46258/?format=api",
    "image_uri": "https://coverartarchive.org/release/d88e330d-0cdd-4c9f-981a-a1f0d08e484c/6266726896-250.jpg",
    "thumbnail_uri": "",
    "song": "Prince Johnny",
    "track_id": "d4471da9-1fc3-4610-818b-4a93b4c6245f",
    "recording_id": null,
    "artist": "St. Vincent",
    "artist_ids": [
        "5334edc0-5faf-4ca5-b1df-000de3e1f752"
    ],
    "album": "St. Vincent",
    "release_id": "d88e330d-0cdd-4c9f-981a-a1f0d08e484c",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2014-02-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}