Information about plays

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

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

{
    "id": 504925,
    "uri": "https://api.kexp.org/v2/plays/504925/?format=api",
    "airdate": "2002-01-08T09:12:00-08:00",
    "show": 8683,
    "show_uri": "https://api.kexp.org/v2/shows/8683/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Ww7PwvfGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Ww7PwvfGL._SL75_.jpg",
    "song": "Fast Canoe",
    "track_id": "360ca4a7-3a19-4bb9-b59e-e271056c213f",
    "recording_id": null,
    "artist": "Polvo",
    "artist_ids": [
        "a57e5515-555a-42d6-a92a-465deac3fdd1"
    ],
    "album": "Exploded Drawing",
    "release_id": "a958cbed-4b67-4b6d-8d67-771ad7cf1a99",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "1996-04-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}