Information about plays

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

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

{
    "id": 430513,
    "uri": "https://api.kexp.org/v2/plays/430513/?format=api",
    "airdate": "2001-06-02T02:12:00-07:00",
    "show": 7236,
    "show_uri": "https://api.kexp.org/v2/shows/7236/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SNW4RZQHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SNW4RZQHL._SL75_.jpg",
    "song": "Ganj-E-Shakar",
    "track_id": "1ef7ee11-f6f4-4873-81b0-4d247884b5ec",
    "recording_id": null,
    "artist": "Nusrat Fateh Ali Khan & Party",
    "artist_ids": [
        "cb3eed75-2018-4136-a510-1a653358c50e"
    ],
    "album": "The Last Prophet",
    "release_id": "75c2fba5-b27e-4c1b-9ab9-344da8472802",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}