Information about plays

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

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

{
    "id": 529530,
    "uri": "https://api.kexp.org/v2/plays/529530/?format=api",
    "airdate": "2002-03-21T05:06:40-08:00",
    "show": 9163,
    "show_uri": "https://api.kexp.org/v2/shows/9163/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415KSX5TW9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415KSX5TW9L._SL75_.jpg",
    "song": "Twist in My Sobriety",
    "track_id": "b9267e74-7a41-40f6-9c4b-5888a66a9a18",
    "recording_id": null,
    "artist": "Tanita Tikaram",
    "artist_ids": [
        "43554fe6-840b-4f61-b54b-8168398cb1e7"
    ],
    "album": "Ancient Heart",
    "release_id": "28193d27-1eb0-49a1-bb76-c3a972727768",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}