Information about plays

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

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

{
    "id": 464413,
    "uri": "https://api.kexp.org/v2/plays/464413/?format=api",
    "airdate": "2001-09-09T11:05:27-07:00",
    "show": 7889,
    "show_uri": "https://api.kexp.org/v2/shows/7889/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nrbu7kpQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nrbu7kpQL._SL75_.jpg",
    "song": "One More Mile",
    "track_id": "b795e44e-5036-4f0c-96cd-b88b1ce58b91",
    "recording_id": null,
    "artist": "Ronnie Earl & Friends",
    "artist_ids": [
        "f1c1e2d4-e81e-41b6-9483-4c0ccde9dda8"
    ],
    "album": "Ronnie Earl and friends",
    "release_id": "24d34447-c6db-44d4-ad65-24632da430d6",
    "release_group_id": null,
    "labels": [
        "Telarc"
    ],
    "label_ids": [
        "91adb2af-1f8d-4bf5-b86b-a0fbfde5020b"
    ],
    "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"
}