Information about plays

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

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

{
    "id": 493378,
    "uri": "https://api.kexp.org/v2/plays/493378/?format=api",
    "airdate": "2001-12-04T20:02:00-08:00",
    "show": 8459,
    "show_uri": "https://api.kexp.org/v2/shows/8459/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Suvetar (Goddess of Spring)",
    "track_id": "a5d44731-ee54-47d0-a101-dca38f0af094",
    "recording_id": null,
    "artist": "Gjallarhorn",
    "artist_ids": [
        "4134d0cb-7e39-4b3f-9135-c6c927f7c3e0"
    ],
    "album": "Nordic Roots 3",
    "release_id": "6e2b4155-154e-4d3e-9b3d-b7a6b5c6bfc0",
    "release_group_id": null,
    "labels": [
        "NorthSide www.noside.com"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}