Information about plays

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

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

{
    "id": 1284956,
    "uri": "https://api.kexp.org/v2/plays/1284956/?format=api",
    "airdate": "2007-09-29T11:22:00-07:00",
    "show": 22482,
    "show_uri": "https://api.kexp.org/v2/shows/22482/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512JMRGMJSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512JMRGMJSL._SL75_.jpg",
    "song": "Justice",
    "track_id": "14a6c1a5-1d05-4bb9-915d-8286e39d44d7",
    "recording_id": null,
    "artist": "Tiken Jah Fakoly",
    "artist_ids": [
        "edef3cfa-4e5e-4d64-8bd8-20f9dc1d8cad"
    ],
    "album": "Françafrique",
    "release_id": "1c5e2ea9-aed1-4d11-8ed4-b98c6aaf5664",
    "release_group_id": null,
    "labels": [
        "Wrasse Records"
    ],
    "label_ids": [
        "3a33c6f4-b06e-4d23-8ebf-ba3d2c9edab3"
    ],
    "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"
}