Information about plays

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

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

{
    "id": 507692,
    "uri": "https://api.kexp.org/v2/plays/507692/?format=api",
    "airdate": "2002-01-16T15:13:00-08:00",
    "show": 8738,
    "show_uri": "https://api.kexp.org/v2/shows/8738/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5111TM6WZWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5111TM6WZWL._SL75_.jpg",
    "song": "Tragic Carpet Ride",
    "track_id": "525ab1f8-9601-4860-bb3e-984dec20777f",
    "recording_id": null,
    "artist": "Polvo",
    "artist_ids": [
        "a57e5515-555a-42d6-a92a-465deac3fdd1"
    ],
    "album": "Celebrate the New Dark Age",
    "release_id": "aedac4cd-8328-4580-9c2d-1f04dd1c34cc",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "1994-05-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}