Information about plays

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

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

{
    "id": 498143,
    "uri": "https://api.kexp.org/v2/plays/498143/?format=api",
    "airdate": "2001-12-18T19:02:00-08:00",
    "show": 8549,
    "show_uri": "https://api.kexp.org/v2/shows/8549/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51H9JizZbkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51H9JizZbkL._SL75_.jpg",
    "song": "Mistaneek",
    "track_id": "93632a5d-769d-4fe8-a14a-50af2a61de8b",
    "recording_id": null,
    "artist": "Natacha Atlas",
    "artist_ids": [
        "5b86eefc-f3b2-4b91-8161-c505869fb17f"
    ],
    "album": "Gedida",
    "release_id": "e2007fc9-7d78-4e8c-b47c-529172821f3a",
    "release_group_id": null,
    "labels": [
        "Mantra Recordings"
    ],
    "label_ids": [
        "600ade12-d18f-4989-9d67-b1e37db4f284"
    ],
    "release_date": "1999-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}