Information about plays

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

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

{
    "id": 485037,
    "uri": "https://api.kexp.org/v2/plays/485037/?format=api",
    "airdate": "2001-11-09T18:04:00-08:00",
    "show": 8289,
    "show_uri": "https://api.kexp.org/v2/shows/8289/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51pqn8j7hmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51pqn8j7hmL._SL75_.jpg",
    "song": "Sixteen",
    "track_id": "819183cf-01fe-424e-8962-bbd8f018672c",
    "recording_id": null,
    "artist": "Curtis Gordon",
    "artist_ids": [
        "8b7d583f-9408-461b-b911-88c7c7ac0bb9"
    ],
    "album": "Play the Music Louder",
    "release_id": "594d9be4-4841-4c74-84b9-23742105ba5b",
    "release_group_id": null,
    "labels": [
        "Cat"
    ],
    "label_ids": [
        "36d549f7-1028-4a77-9fc3-69a230ece78c"
    ],
    "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"
}