Information about plays

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

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

{
    "id": 463535,
    "uri": "https://api.kexp.org/v2/plays/463535/?format=api",
    "airdate": "2001-09-06T17:56:15-07:00",
    "show": 7871,
    "show_uri": "https://api.kexp.org/v2/shows/7871/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510O%2B0czUsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510O%2B0czUsL._SL75_.jpg",
    "song": "What Led Me to This Town",
    "track_id": "5a02b04b-44ff-4205-8912-d6d9d5131aa4",
    "recording_id": null,
    "artist": "The Jayhawks",
    "artist_ids": [
        "24ed5b09-02b1-47fe-bd83-6fa5270039b0"
    ],
    "album": "Smile",
    "release_id": "79073125-5447-4154-9403-c8dab5e765c5",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}