Information about plays

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

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

{
    "id": 503884,
    "uri": "https://api.kexp.org/v2/plays/503884/?format=api",
    "airdate": "2002-01-05T04:47:00-08:00",
    "show": 8659,
    "show_uri": "https://api.kexp.org/v2/shows/8659/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Black Rocks In the Sun",
    "track_id": null,
    "recording_id": null,
    "artist": "Add N to (X)",
    "artist_ids": [
        "8a723345-c62c-45ec-a45e-c1007f2981b4"
    ],
    "album": "Little Black Rocks In the Sun single CD",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "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"
}