Information about plays

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

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

{
    "id": 504487,
    "uri": "https://api.kexp.org/v2/plays/504487/?format=api",
    "airdate": "2002-01-07T02:53:00-08:00",
    "show": 8676,
    "show_uri": "https://api.kexp.org/v2/shows/8676/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41KPKK4MYPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41KPKK4MYPL._SL75_.jpg",
    "song": "Bastard of Disguise",
    "track_id": "5da71fc6-31f6-4f3d-8fd9-1099a965f28e",
    "recording_id": null,
    "artist": "Karp",
    "artist_ids": [
        "50f50c49-6cca-45b7-8717-0af54a6ad469"
    ],
    "album": "Self Titled LP",
    "release_id": "c520a54f-7f9e-4a07-8aa6-1465743f8ee3",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "1997-05-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}