Information about plays

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

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

{
    "id": 497275,
    "uri": "https://api.kexp.org/v2/plays/497275/?format=api",
    "airdate": "2001-12-16T05:08:00-08:00",
    "show": 8531,
    "show_uri": "https://api.kexp.org/v2/shows/8531/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61vADjjnZbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61vADjjnZbL._SL75_.jpg",
    "song": "Mama Africa",
    "track_id": "4fd282b5-9804-483d-a0d6-71387f2ebebf",
    "recording_id": null,
    "artist": "Peter Tosh",
    "artist_ids": [
        "7db6aae5-6644-4513-9bfc-ca2e79d4469c"
    ],
    "album": "Mama Africa",
    "release_id": "9836687c-3d89-4139-8466-342a92186fe1",
    "release_group_id": null,
    "labels": [
        "EMI America"
    ],
    "label_ids": [
        "4881ac0f-1a15-4dd9-8b64-1c39a68edd33"
    ],
    "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"
}