Information about plays

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

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

{
    "id": 1296576,
    "uri": "https://api.kexp.org/v2/plays/1296576/?format=api",
    "airdate": "2007-10-30T01:01:28-07:00",
    "show": 22685,
    "show_uri": "https://api.kexp.org/v2/shows/22685/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61QBTkw1AKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61QBTkw1AKL._SL75_.jpg",
    "song": "I Am the Resurrection",
    "track_id": "634dc85f-2e95-4f3b-909c-67fb8f0eb5ba",
    "recording_id": null,
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "The Complete Stone Roses",
    "release_id": "18a71057-e1f5-4622-a0e0-3a73b6ce0bd2",
    "release_group_id": null,
    "labels": [
        "Silvertone Records"
    ],
    "label_ids": [
        "82307007-21d1-48c0-a31f-b89d9b1811de"
    ],
    "release_date": "1995-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}