Information about plays

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

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

{
    "id": 504010,
    "uri": "https://api.kexp.org/v2/plays/504010/?format=api",
    "airdate": "2002-01-05T14:58:00-08:00",
    "show": 8662,
    "show_uri": "https://api.kexp.org/v2/shows/8662/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NHXS2BXVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NHXS2BXVL._SL75_.jpg",
    "song": "The Sky Is a Poisonous Garden",
    "track_id": "467d9c10-1c2d-4be1-b1ec-65f6e97f6753",
    "recording_id": null,
    "artist": "Concrete Blonde",
    "artist_ids": [
        "701fc524-b5f2-42f2-9db7-8198cdd6839c"
    ],
    "album": "Bloodletting",
    "release_id": "04a6d0c2-b1d6-4c70-b4b5-9b29e3ee4a04",
    "release_group_id": null,
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}