Information about plays

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

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

{
    "id": 1280410,
    "uri": "https://api.kexp.org/v2/plays/1280410/?format=api",
    "airdate": "2007-09-17T22:26:36-07:00",
    "show": 22409,
    "show_uri": "https://api.kexp.org/v2/shows/22409/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31uPNqzel6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31uPNqzel6L._SL75_.jpg",
    "song": "Come to the River",
    "track_id": "70dddb97-0672-47b9-8a1b-2c9503b8c466",
    "recording_id": null,
    "artist": "The Jayhawks",
    "artist_ids": [
        "24ed5b09-02b1-47fe-bd83-6fa5270039b0"
    ],
    "album": "Rainy Day Music",
    "release_id": "b5f3b539-5772-455c-9558-cb1703b1cb08",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "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"
}