Information about plays

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

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

{
    "id": 518024,
    "uri": "https://api.kexp.org/v2/plays/518024/?format=api",
    "airdate": "2002-02-15T04:14:00-08:00",
    "show": 8935,
    "show_uri": "https://api.kexp.org/v2/shows/8935/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21T0QHVV70L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21T0QHVV70L._SL75_.jpg",
    "song": "Space Jam (parts 1 and 2)",
    "track_id": "89ea7611-49f5-45c2-a54e-d7026e1987f6",
    "recording_id": null,
    "artist": "King Kooba",
    "artist_ids": [
        "82f8da4e-59e5-4bbf-b210-7d1a5644df48"
    ],
    "album": "Nufoundfunk",
    "release_id": "c19f88f5-b71b-4ce8-944d-7df0abc6cbf9",
    "release_group_id": null,
    "labels": [
        "Om Records"
    ],
    "label_ids": [
        "3a3876c3-a364-4cdd-91df-2d4c10f36cea"
    ],
    "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"
}